diff options
| -rw-r--r-- | src/start-stop-daemon.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index c0fa417b..64f5061f 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -1008,7 +1008,6 @@ int main (int argc, char **argv)  						alive = true;  						retestpid = true;  					} else { -						printf ("%d\n", get_pid (pidfile, true));  						retestpid = false;  						if (do_stop (NULL, NULL, pidfile, uid, 0,  									 true, false, true) > 0)  | 
