summaryrefslogtreecommitdiff
path: root/src/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.c')
-rw-r--r--src/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.c b/src/modules.c
index 70e87317b..d37454e67 100644
--- a/src/modules.c
+++ b/src/modules.c
@@ -592,7 +592,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 (%d)",m->name,version());
+ alog("Module %s is compiled against an old version of anope",m->name);
return MOD_ERR_NOLOAD;
}
/* TODO */