mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 23:35:27 +00:00
Switch stderr and stdout to prevent miniupnp warnings from appearing on the console
This commit is contained in:
parent
96a88b55db
commit
42df15c567
@ -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);
|
Loading…
x
Reference in New Issue
Block a user