From dbde3e90e1cbf611ec0cd8a8a7fa9a070b94c669 Mon Sep 17 00:00:00 2001
From: "danil.martynenko" <danil.martynenko@demlabs.net>
Date: Thu, 19 Dec 2024 16:59:15 +0300
Subject: [PATCH] [*] build fixed

---
 core/DapLogger.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/DapLogger.cpp b/core/DapLogger.cpp
index f2043101c..068656e64 100644
--- a/core/DapLogger.cpp
+++ b/core/DapLogger.cpp
@@ -142,7 +142,7 @@ void DapLogger::setLogFile(const QString& fileName)
         dap_common_deinit();
 
     m_pathToFile = getPathToLog() + "/" + fileName;
-    dap_common_init(DAP_BRAND, qPrintable(m_pathToFile));
+    dap_common_init(DAP_BRAND, qPrintable(m_pathToFile), qPrintable(getPathToLog()));
 
     isLoggerStarted = true;
 }
-- 
GitLab