X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ndmp-src%2Fndma_comm_session.c;h=6067d1da1ea0c123b490fbb157eeffe7e4600d63;hb=62abb35ba5c767ed1af62950c319d00afd093e1a;hp=8ccf943342b37c4c86fbaef29c1a73563c2ffa71;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/ndmp-src/ndma_comm_session.c b/ndmp-src/ndma_comm_session.c index 8ccf943..6067d1d 100644 --- a/ndmp-src/ndma_comm_session.c +++ b/ndmp-src/ndma_comm_session.c @@ -189,6 +189,7 @@ ndma_daemon_session (struct ndm_session *sess, int port, int is_test_daemon) fflush(stdout); /* and exit when our stdin goes away */ + g_debug("will exit on EOF from stdin"); g_thread_init(NULL); g_thread_create(exit_on_stdin_eof_thread, NULL, FALSE, NULL); }