diff options
author | Roy Marples <roy@marples.name> | 2007-09-24 12:11:50 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-24 12:11:50 +0000 |
commit | da90cc630ee7ea777485c1da01686f1e44e6fa36 (patch) | |
tree | f0d3675d1af10df0717c1f87a0f4e0a2dcc1a67b | |
parent | e95cea3d862f1bd41d74213ff2b4bbcd5f97afd0 (diff) |
Remove debug lines
-rw-r--r-- | src/start-stop-daemon.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c index a234653e..8c43a407 100644 --- a/src/start-stop-daemon.c +++ b/src/start-stop-daemon.c @@ -890,9 +890,6 @@ int start_stop_daemon (int argc, char **argv) rc_strlist_add (&newenv, env); } - STRLIST_FOREACH (newenv, env, i) - einfo ("env %s", env); - umask (022); stdout_fd = devnull_fd; |