diff --git a/src/modules.c b/src/modules.c index 8e8882afa..74af24bb9 100644 --- a/src/modules.c +++ b/src/modules.c @@ -582,7 +582,7 @@ int loadModule(Module * m, User * u) } else { ano_modclose(m->handle); ano_modclearerr(); - alog("Module %s is compiled against an old version of anope!",m->name); + alog("Module %s is compiled against an old version of anope (%d)",m->name,version()); return MOD_ERR_NOLOAD; } /* TODO */