diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-09-14 21:04:12 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-09-14 21:04:12 +0200 |
commit | 13a263894ae13460803d2f7fb1ec3efadaeb79d1 (patch) | |
tree | 42c42df9e482324d27d72d1b4c5ead405eaec0e9 /external/miniupnpc/receivedata.c | |
parent | Merge pull request #2438 (diff) | |
parent | update miniupnpc (diff) | |
download | monero-13a263894ae13460803d2f7fb1ec3efadaeb79d1.tar.xz |
Merge pull request #2378
b338dad2 update miniupnpc (MaxXor)
Diffstat (limited to 'external/miniupnpc/receivedata.c')
-rw-r--r-- | external/miniupnpc/receivedata.c | 2 |
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 |