Commit dff71726 authored by Juergen Kosel's avatar Juergen Kosel

Disable additional trace output

Signed-off-by: 's avatarJuergen Kosel <juergen.kosel@softing.com>
parent 7c34e20a
...@@ -532,7 +532,7 @@ int Socket_putdatas(int socket, char* buf0, size_t buf0len, int count, char** bu ...@@ -532,7 +532,7 @@ int Socket_putdatas(int socket, char* buf0, size_t buf0len, int count, char** bu
} }
} }
exit: exit:
#if 1 #if 0
if (rc == TCPSOCKET_INTERRUPTED) if (rc == TCPSOCKET_INTERRUPTED)
{ {
Log(LOG_ERROR, -1, "Socket_putdatas: TCPSOCKET_INTERRUPTED"); Log(LOG_ERROR, -1, "Socket_putdatas: TCPSOCKET_INTERRUPTED");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment