Skip to content
Snippets Groups Projects
Commit dbde3e90 authored by Danil Martynenko's avatar Danil Martynenko
Browse files

[*] build fixed

parent 1226a009
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ void DapLogger::setLogFile(const QString& fileName) ...@@ -142,7 +142,7 @@ void DapLogger::setLogFile(const QString& fileName)
dap_common_deinit(); dap_common_deinit();
m_pathToFile = getPathToLog() + "/" + fileName; m_pathToFile = getPathToLog() + "/" + fileName;
dap_common_init(DAP_BRAND, qPrintable(m_pathToFile)); dap_common_init(DAP_BRAND, qPrintable(m_pathToFile), qPrintable(getPathToLog()));
isLoggerStarted = true; isLoggerStarted = true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment