diff options
| author | 2020-04-27 15:49:53 +0200 | |
|---|---|---|
| committer | 2020-04-27 15:49:53 +0200 | |
| commit | 8b39172438e241da302069e74becc947a3da0a67 (patch) | |
| tree | 62fb9aef9c929beace2bbb0d4b8af62a4dd8e841 | |
| parent | Simplify cgroup.events notification handling (diff) | |
| download | netifexec-8b39172438e241da302069e74becc947a3da0a67.tar.xz netifexec-8b39172438e241da302069e74becc947a3da0a67.zip | |
Remove debugging statement
| -rw-r--r-- | netifexec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/netifexec.c b/netifexec.c index bf369ca..e1e5a1a 100644 --- a/netifexec.c +++ b/netifexec.c @@ -309,7 +309,6 @@ static void daemonize(int nb_fds, ...) needs_continue = true; if (needs_continue) continue; - printf("fd %d leaked\n", fd); close(fd); } closedir(fds); |
