X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=src%2Fpvefw-logger.c;h=f4321fbb4f53a489e19f706ce7960dad257dd118;hp=578d1aaebf482ecee01114c1edd4c44e79758586;hb=e2beb7aa9900c650ec69594a2f26cc2889908134;hpb=27083984942e60de96fe498faf0c6be1d7f5adf0 diff --git a/src/pvefw-logger.c b/src/pvefw-logger.c index 578d1aa..f4321fb 100644 --- a/src/pvefw-logger.c +++ b/src/pvefw-logger.c @@ -807,9 +807,8 @@ main(int argc, char *argv[]) g_io_add_watch(nflog_ch, G_IO_IN, nflog_read_cb, NULL); GIOChannel *sig_ch = g_io_channel_unix_new(sigfd); - printf("TEST0: %p %d\n", sig_ch, sigfd); if (!g_io_add_watch(sig_ch, G_IO_IN, signal_read_cb, NULL)) { - printf("TEST1\n"); exit(-1); + exit(-1); } GThread *wthread = g_thread_new("log_writer_thread", log_writer_thread, NULL);