about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/log.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ngircd/log.c b/src/ngircd/log.c
index f68a0fb9..0bc53ed8 100644
--- a/src/ngircd/log.c
+++ b/src/ngircd/log.c
@@ -205,12 +205,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 */