X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Flog.c;h=d79de269bc0b47b02b1f4cf445f5acf3ae4828a9;hb=05cc9bf9b064c7048f6b197462a686c5a9100798;hp=f68a0fb9ec90caab217b1ecb9cac37936702af04;hpb=790fa89e67afbea7025479aad0bd5ef9d384d909;p=ngircd-alex.git diff --git a/src/ngircd/log.c b/src/ngircd/log.c index f68a0fb9..d79de269 100644 --- a/src/ngircd/log.c +++ b/src/ngircd/log.c @@ -7,13 +7,15 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. - * - * Logging functions */ - #include "portab.h" +/** + * @file + * Logging functions + */ + #include "imp.h" #include #include @@ -205,12 +207,6 @@ va_dcl Log_Message(Level, msg); - if (Level <= LOG_CRIT) { - /* log critical messages to stderr */ - fprintf(stderr, "%s\n", msg); - fflush(stderr); - } - if (snotice) { /* Send NOTICE to all local users with mode +s and to the * local &SERVER channel */