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:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user