no pid in syslog

darcs-hash:20080530185015-84dde-8b4a2f735a530f20a3fd8a2b07b2cc4f038e3846.gz
This commit is contained in:
Evan Prodromou 2008-05-30 14:50:15 -04:00
parent 67c1b399b4
commit 0cb0a5ce1d
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ function common_ensure_syslog() {
static $initialized = false;
if (!$initialized) {
define_syslog_variables();
openlog("laconica", LOG_PID, LOG_USER);
openlog("laconica", 0, LOG_USER);
$initialized = true;
}
}