]> git.ipfire.org Git - fireperf.git/commitdiff
client+server: Remove some excessive debugging output
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Jan 2021 14:31:34 +0000 (14:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Jan 2021 14:31:34 +0000 (14:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/client.c
src/server.c

index c47653168fb7a41dd3f77f0dd6c199695f719676..3700c88845b4c49f2db13b85ae330c97ca2bcaf4 100644 (file)
@@ -213,8 +213,6 @@ int fireperf_client(struct fireperf_config* conf) {
                        goto ERROR;
                }
 
-               DEBUG(conf, "%d event(s) are ready\n", fds);
-
                for (int i = 0; i < fds; i++) {
                        int fd = events[i].data.fd;
 
index bb21b6cdf404245311592e4fc3fdc2926ff5fa34..07a8a3feb3098f8c072dfa8e20ef3830ee30b96c 100644 (file)
@@ -159,8 +159,6 @@ int fireperf_server(struct fireperf_config* conf) {
                        goto ERROR;
                }
 
-               DEBUG(conf, "%d event(s) are ready\n", fds);
-
                for (int i = 0; i < fds; i++) {
                        int fd = events[i].data.fd;