1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:56:38 +02:00

Made the 'Module compiled against current version of Anope' message debug only

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2652 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2009-11-16 02:38:46 +00:00
parent 7eadde9911
commit d82771900e
+2 -1
View File
@@ -232,7 +232,8 @@ int ModuleManager::LoadModule(const std::string &modname, User * u)
}
else if (v.GetBuild() == VERSION_BUILD)
{
alog("Module %s compiled against current version of Anope %d", modname.c_str(), v.GetBuild());
if (debug)
alog("Module %s compiled against current version of Anope %d", modname.c_str(), v.GetBuild());
}