about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-11-25 01:01:59 +0000
committerAlexander Barton <alex@barton.de>2002-11-25 01:01:59 +0000
commitdc8ca3dfafae9dd63da43821b786481929d60b12 (patch)
tree4185e90da2cd774ad6ed2fe115ae2880c8f52d4c
parentae128734ac680394545508d90c57c1bc46e969c4 (diff)
downloadngircd-dc8ca3dfafae9dd63da43821b786481929d60b12.tar.gz
ngircd-dc8ca3dfafae9dd63da43821b786481929d60b12.zip
- nun ueberfluessige Meldung entfernt.
-rw-r--r--src/ngircd/conf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index 12a84d69..7799da19 100644
--- a/src/ngircd/conf.c
+++ b/src/ngircd/conf.c
@@ -9,7 +9,7 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: conf.c,v 1.39 2002/11/22 17:57:40 alex Exp $
+ * $Id: conf.c,v 1.40 2002/11/25 01:01:59 alex Exp $
  *
  * conf.h: Konfiguration des ngircd
  */
@@ -77,7 +77,6 @@ Conf_Test( VOID )
 	Use_Log = FALSE;
 	Set_Defaults( );
 
-	printf( "Using \"%s\" as configuration file ...\n", NGIRCd_ConfFile );
 	Read_Config( );
 
 	/* Wenn stdin ein ein TTY ist: auf Taste warten */