]> jfr.im git - solanum.git/blobdiff - ircd/hash.c
doc/reference.conf: document the auth::umodes configuration option
[solanum.git] / ircd / hash.c
index cd8e8aa8dc31c4262bf7f167d21b0d548f5f6d75..9601f244f03c6158790a67725e7f827890ee2579 100644 (file)
@@ -420,7 +420,7 @@ get_or_create_channel(struct Client *client_p, const char *chname, bool *isnew)
                char *t;
                if(IsServer(client_p))
                {
-                       sendto_realops_snomask(SNO_DEBUG, L_ALL,
+                       sendto_realops_snomask(SNO_DEBUG, L_NETWIDE,
                                             "*** Long channel name from %s (%d > %d): %s",
                                             client_p->name, len, CHANNELLEN, s);
                }