about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-11-18 18:47:42 +0000
committerAlexander Barton <alex@barton.de>2002-11-18 18:47:42 +0000
commit7bbdfb3d847034d7ee1881027164a087b9480300 (patch)
tree82e0cc3fc10f8e623f6270824db0efa6418ba780
parent0086d2771d74e7608a4dd297074f885476abca39 (diff)
downloadngircd-7bbdfb3d847034d7ee1881027164a087b9480300.tar.gz
ngircd-7bbdfb3d847034d7ee1881027164a087b9480300.zip
- anstelle von "ListenPorts" wird nun korrekt "Ports" ausgegeben.
-rw-r--r--src/ngircd/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c
index d87db500..597ac065 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.36 2002/11/08 23:09:26 alex Exp $
+ * $Id: conf.c,v 1.37 2002/11/18 18:47:42 alex Exp $
  *
  * conf.h: Konfiguration des ngircd
  */
@@ -96,7 +96,7 @@ Conf_Test( VOID )
 	printf( "  AdminInfo2 = %s\n", Conf_ServerAdmin2 );
 	printf( "  AdminEMail = %s\n", Conf_ServerAdminMail );
 	printf( "  MotdFile = %s\n", Conf_MotdFile );
-	printf( "  ListenPorts = " );
+	printf( "  Ports = " );
 	for( i = 0; i < Conf_ListenPorts_Count; i++ )
 	{
 		if( i != 0 ) printf( ", " );