no pid in syslog
darcs-hash:20080530185015-84dde-8b4a2f735a530f20a3fd8a2b07b2cc4f038e3846.gz
This commit is contained in:
parent
67c1b399b4
commit
0cb0a5ce1d
|
@ -558,7 +558,7 @@ function common_ensure_syslog() {
|
||||||
static $initialized = false;
|
static $initialized = false;
|
||||||
if (!$initialized) {
|
if (!$initialized) {
|
||||||
define_syslog_variables();
|
define_syslog_variables();
|
||||||
openlog("laconica", LOG_PID, LOG_USER);
|
openlog("laconica", 0, LOG_USER);
|
||||||
$initialized = true;
|
$initialized = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user