Kaydet (Commit) ca638eed authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Make SAL_LOG_FILE work on Windows also without logging.ini

...as used by solenv/gbuild/UITest.mk

Change-Id: Iefc1c1dc2f775c6872a5075a16e049f00d60273a
Reviewed-on: https://gerrit.libreoffice.org/50618Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 6b8a3ab2
......@@ -163,8 +163,6 @@ std::ofstream * getLogFile() {
static char logFilePath[INI_STRINGBUF_SIZE];
if (getValueFromLoggingIniFile("LogFilePath", logFilePath))
logFile = logFilePath;
else
return nullptr;
#endif
// stays until process exits
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment