X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Fngircd%2Firc.c;h=72caf7d576120e6abea27d6f5fb4e1e33866643f;hb=85df41490710fcefd158e4e8d8175207d24feb2f;hp=5325b52aedaa7ef3cd470f9ef09a7a9c3bb2a2d7;hpb=f5ff22d98febeddcc51668c49f35940cbffe599e;p=ngircd-alex.git diff --git a/src/ngircd/irc.c b/src/ngircd/irc.c index 5325b52a..72caf7d5 100644 --- a/src/ngircd/irc.c +++ b/src/ngircd/irc.c @@ -493,7 +493,6 @@ Option_String(UNUSED CONN_ID Idx) if(options & CONN_ZIP) /* zlib compression enabled */ strlcat(option_txt, "z", sizeof(option_txt)); #endif - LogDebug(" *** %d: %d = %s", Idx, options, option_txt); return option_txt; } /* Option_String */