X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Flog.c;h=9907f2b392fdc01260161c47d88a1b057e4f07f4;hb=b073db1a07d123fd422a43970e4f7caa008ff4c9;hp=6e1ba878e04dabe53776ecb35186bbd691a5dc23;hpb=ee39770362f69ced5b52104b622582e882af0b77;p=NeonServV5.git diff --git a/src/log.c b/src/log.c index 6e1ba87..9907f2b 100644 --- a/src/log.c +++ b/src/log.c @@ -138,7 +138,7 @@ static void write_log(const char *module, const int section, const char *line, i if(!(target->section & section)) continue; if(target->type == LOG_TARGET_TYPE_IRC) { - if(section == LOG_IRCRAW || (!stricmp(module, "iohandler") && section == LOG_DEBUG)) + if(section == LOG_IRCRAW || !stricmp(module, "iohandler")) continue; //endless loop ;) struct ChanNode *channel = getChanByName(target->target.channel); struct ClientSocket *client;