aboutsummaryrefslogtreecommitdiff
path: root/src/Sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Sockets.c')
-rw-r--r--src/Sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sockets.c b/src/Sockets.c
index 42b06d1..a029363 100644
--- a/src/Sockets.c
+++ b/src/Sockets.c
@@ -390,7 +390,7 @@ int HTTP_Write(httpRequest *request, const char *buffer, size_t count)
/* The socket is marked non-blocking and the requested operation would block. */
#endif
default :
- fprintf(stderr, "Error: this should never happen - %s %d", __FILE__, __LINE__);
+ CCTK_WARN (1, "Error: unknown errno ");
}
}
else