Switch stderr and stdout to prevent miniupnp warnings from appearing on the console

This commit is contained in:
Cameron Gutman 2019-07-28 13:09:48 -07:00
parent 96a88b55db
commit 42df15c567

View File

@ -11,7 +11,7 @@
#include "..\version.h"
#define CONSOLE_OUT stderr
#define LOG_OUT stdout
#define CONSOLE_OUT stdout
#define LOG_OUT stderr
bool getExternalAddressPortIP4(int proto, unsigned short localPort, PSOCKADDR_IN wanAddr);