mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2026-04-10 17:56:10 +00:00
Switch stderr and stdout to prevent miniupnp warnings from appearing on the console
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user