Skip to content
Snippets Groups Projects
Commit 0c20840b authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Don't try to print debug message too early.

parent 4be3d393
No related branches found
No related tags found
No related merge requests found
......@@ -330,6 +330,7 @@ static struct socket *handle_listen_for_script_packet(
#if defined(DEBUG)
if (debug_logging) {
#if 0
char local_string[ADDR_STR_LEN];
char remote_string[ADDR_STR_LEN];
DEBUGP("live: local: %s.%d\n",
......@@ -338,6 +339,7 @@ static struct socket *handle_listen_for_script_packet(
DEBUGP("live: remote: %s.%d\n",
ip_to_string(&socket->live.remote.ip, remote_string),
ntohs(socket->live.remote.port));
#endif
if (packet->tcp != NULL) {
DEBUGP("live: ISN: %u\n", socket->live.remote_isn);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment