]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Log unknown class in auth errors to ircd.log as well.
authorJilles Tjoelker <redacted>
Thu, 29 Jan 2009 22:53:20 +0000 (23:53 +0100)
committerJilles Tjoelker <redacted>
Thu, 29 Jan 2009 22:53:20 +0000 (23:53 +0100)
src/s_conf.c

index 430ef201595d0689fd6edf834ba99580b127f2b8..f578ae282451fa955329f12c12e0b6f2964a25b2 100644 (file)
@@ -28,6 +28,7 @@
 #include "ircd_defs.h"
 #include "s_conf.h"
 #include "s_newconf.h"
+#include "newconf.h"
 #include "s_serv.h"
 #include "s_stats.h"
 #include "channel.h"
@@ -1440,8 +1441,8 @@ conf_add_class_to_conf(struct ConfItem *aconf)
        {
                if(aconf->status == CONF_CLIENT)
                {
-                       sendto_realops_snomask(SNO_GENERAL, L_ALL,
-                                            "Warning -- Using default class for missing class \"%s\" in auth{} for %s@%s",
+                       conf_report_error(
+                                            "Using default class for missing class \"%s\" in auth{} for %s@%s",
                                             aconf->className, aconf->user, aconf->host);
                }