]> jfr.im git - solanum.git/blobdiff - ircd/modules.c
ircd: further cleanup of YES/NO
[solanum.git] / ircd / modules.c
index 72fe3f08a26015f9f7803895c83952bae66d40b3..09fc4a9853a4c87d4ab25a46b11cf6b68e8d8310 100644 (file)
@@ -919,8 +919,7 @@ load_a_module(const char *path, int warn, int origin, int core)
                                if (delta > MOD_WARN_DELTA)
                                {
                                        delta /= 86400;
-                                       iwarn(L_MAIN,
-                                               "Module %s build date is out of sync with ircd build date by %ld days, expect problems",
+                                       iwarn("Module %s build date is out of sync with ircd build date by %ld days, expect problems",
                                                mod_basename, delta);
                                        sendto_realops_snomask(SNO_GENERAL, L_ALL,
                                                "Module %s build date is out of sync with ircd build date by %ld days, expect problems",