Be quiet when checking at start.

This commit is contained in:
Roy Marples 2008-05-27 16:48:47 +00:00
parent ca6f289c80
commit aaaa0b50d8

View File

@ -857,7 +857,7 @@ int start_stop_daemon(int argc, char **argv)
} }
if (pidfile) { if (pidfile) {
pid = get_pid(pidfile, quiet); pid = get_pid(pidfile, true);
} else } else
pid = 0; pid = 0;