mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-13 10:20:28 +00:00
Use "ServerUID" (and not internal variable name) for error message.
This commit is contained in:
parent
0e2f5a4f3d
commit
ead79d3e39
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user