- write debnugpattern when connecting to TCP logging port
This commit is contained in:
parent
abf7cc46a7
commit
f303dd3b5d
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user