]> arthur.barton.de Git - ngircd.git/commitdiff
Use "ServerUID" (and not internal variable name) for error message. [HEAD]
authorAlexander Barton <alex@barton.de>
Fri, 8 Jul 2005 21:05:19 +0000 (21:05 +0000)
committerAlexander Barton <alex@barton.de>
Fri, 8 Jul 2005 21:05:19 +0000 (21:05 +0000)
src/ngircd/ngircd.c

index f435c712d9bda13b8aab013516da80e4db6979d1..7d1aede22412e70cf75527f8c5f16a7686d63af6 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: ngircd.c,v 1.102 2005/06/24 19:55:10 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.102.2.1 2005/07/08 21:05:19 alex Exp $";
 
 /**
  * @file
@@ -713,7 +713,7 @@ NGIRCd_Init( bool NGIRCd_NoDaemon )
        }
 
        if ( Conf_UID == 0 ) {
-               Log( LOG_INFO, "Conf_UID must not be 0, switching to user nobody", Conf_UID );
+               Log( LOG_INFO, "ServerUID must not be 0, switching to user nobody", Conf_UID );
 
                if (!NGIRCd_getNobodyID(&Conf_UID, &Conf_GID )) {
                        Log( LOG_WARNING, "Could not get uid/gid of user nobody: %s",