Issue/16834 (connect stdio to console earlier in main())
Described in #16834 (closed)
printf logging not available in win32 until stdio has been reconnected to console or a GUI console opened.
Reconnect stdio to console earlier to catch logging from SNMP MIB file loading.
Two (2) g_log statements in main.cpp commented out.
They didn't work earlier since set_console_log_handler() and qInstallMessageHandler() had not been called yet.
Working now. Comment out to not confuse users.
Edited by Chuck Craft