From: Alexander Barton Date: Fri, 8 Jul 2005 21:05:19 +0000 (+0000) Subject: Use "ServerUID" (and not internal variable name) for error message. [HEAD] X-Git-Tag: rel-0-9-0-pre1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc038ae444c28c873f7eddb041257a43ef07b570;p=ngircd Use "ServerUID" (and not internal variable name) for error message. [HEAD] --- diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index f435c712..7d1aede2 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -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",