aboutsummaryrefslogtreecommitdiff
path: root/external/miniupnpc/receivedata.c
diff options
context:
space:
mode:
authorMaxXor <admin@maxxor.org>2017-08-30 21:13:02 +0200
committerMaxXor <admin@maxxor.org>2017-08-30 21:13:02 +0200
commitb338dad2410b5e6cb1c811589f01a991766e7768 (patch)
treeae8fcc85d4a97038d78be66effe977fbbcceb115 /external/miniupnpc/receivedata.c
parentMerge pull request #2349 (diff)
downloadmonero-b338dad2410b5e6cb1c811589f01a991766e7768.tar.xz
update miniupnpc
Diffstat (limited to '')
-rw-r--r--external/miniupnpc/receivedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/miniupnpc/receivedata.c b/external/miniupnpc/receivedata.c
index ef85a3db4..d003eb69d 100644
--- a/external/miniupnpc/receivedata.c
+++ b/external/miniupnpc/receivedata.c
@@ -28,7 +28,7 @@
#endif /* _WIN32 */
#ifdef _WIN32
-#define PRINT_SOCKET_ERROR(x) printf("Socket error: %s, %d\n", x, WSAGetLastError());
+#define PRINT_SOCKET_ERROR(x) fprintf(stderr, "Socket error: %s, %d\n", x, WSAGetLastError());
#else
#define PRINT_SOCKET_ERROR(x) perror(x)
#endif