Use LOG_PID everywhere

This commit is contained in:
Michael Spang 2009-07-31 01:07:09 -04:00
parent 2f6b0bd6e1
commit de59ad2755
3 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ int main(int argc, char *argv[]) {
int ret;
prog = xstrdup(basename(argv[0]));
init_log(prog, 0, LOG_AUTHPRIV);
init_log(prog, LOG_PID, LOG_AUTHPRIV);
configure();

View File

@ -91,7 +91,7 @@ int main(int argc, char *argv[]) {
int ret;
prog = xstrdup(basename(argv[0]));
init_log(prog, 0, LOG_AUTHPRIV);
init_log(prog, LOG_PID, LOG_AUTHPRIV);
configure();

View File

@ -140,7 +140,7 @@ int main(int argc, char *argv[]) {
char *op;
prog = xstrdup(basename(argv[0]));
init_log(prog, 0, LOG_USER);
init_log(prog, LOG_PID, LOG_USER);
configure();
setup_ops();