diff options
author | Roy Marples <roy@marples.name> | 2007-05-16 11:28:45 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-05-16 11:28:45 +0000 |
commit | 49b36c5f2e3c6cf01e63fdd0dd8570d3300a7c4b (patch) | |
tree | 0a43ce978bd4ddcc89fde2ba6ebc694533d47c10 | |
parent | 1ac8d86ebef97cae4ef2ccdfa8d84885f5e28597 (diff) |
Remove debug line
-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) |