summaryrefslogtreecommitdiffstats
path: root/win/winvnc/winvnc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'win/winvnc/winvnc.cxx')
-rw-r--r--win/winvnc/winvnc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/winvnc/winvnc.cxx b/win/winvnc/winvnc.cxx
index 281494de..b16fb601 100644
--- a/win/winvnc/winvnc.cxx
+++ b/win/winvnc/winvnc.cxx
@@ -229,6 +229,8 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prevInst, char* cmdLine, int cmdSho
initFileLogger("C:\\temp\\WinVNC4.log");
rfb::win32::initEventLogLogger(VNCServerService::Name);
+ Configuration::enableServerParams();
+
// - By default, just log errors to stderr
logParams.setParam("*:stderr:0");