fix embarassing cut&paste error (add missing } )
This commit is contained in:
parent
c06c815c28
commit
9dc5e50226
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#include "portab.h"
|
#include "portab.h"
|
||||||
|
|
||||||
static char UNUSED id[] = "$Id: ngircd.c,v 1.99 2005/06/17 23:13:41 fw Exp $";
|
static char UNUSED id[] = "$Id: ngircd.c,v 1.100 2005/06/17 23:17:09 fw Exp $";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
@ -796,7 +796,7 @@ NGIRCd_Init( bool NGIRCd_NoDaemon )
|
||||||
else
|
else
|
||||||
Log( LOG_ERR, "Can't change working directory to \"%s\": %s",
|
Log( LOG_ERR, "Can't change working directory to \"%s\": %s",
|
||||||
pwd->pw_dir, strerror( errno ));
|
pwd->pw_dir, strerror( errno ));
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
Log( LOG_ERR, "Can't get user informaton for UID %d!?", Conf_UID );
|
Log( LOG_ERR, "Can't get user informaton for UID %d!?", Conf_UID );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue