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

index 7ef93175c0a3b9905f894675034837a211a1d35f..985d09a9fe8beae2dae1fa00ba8197e8cfced8f9 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: ngircd.c,v 1.104 2005/07/08 16:18:39 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.105 2005/07/08 21:04:39 alex Exp $";
 
 /**
  * @file
@@ -712,7 +712,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",