- write debnugpattern when connecting to TCP logging port

This commit is contained in:
Thomas Ries 2007-05-29 20:08:15 +00:00
parent abf7cc46a7
commit f303dd3b5d

View File

@ -182,7 +182,8 @@ void log_tcp_connect(void) {
INFO("Rejected DEBUG TCP connection");
} else {
debug_fd=accept(debug_listen_fd, NULL, NULL);
INFO("Accepted DEBUG TCP connection [fd=%i]", debug_fd);
INFO("Accepted DEBUG TCP connection [fd=%i], debugpattern=%i",
debug_fd, debug_pattern);
INFO(PACKAGE"-"VERSION"-"BUILDSTR" "UNAME);
}
}