From cde13a3bde4f9000af60aa41f57bf52b365fb890 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Tue, 10 Sep 2024 23:27:01 +0300 Subject: [PATCH] Path: more logging --- src/path/Path.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/path/Path.cpp b/src/path/Path.cpp index 1376bf7..4862dce 100644 --- a/src/path/Path.cpp +++ b/src/path/Path.cpp @@ -74,6 +74,7 @@ namespace Hyprutils::Path { for (auto path : paths) { configPath = fullConfigPath(path, programName); + Debug::log(INFO, "Checking config {}", configPath); if (std::filesystem::exists(configPath)) return std::make_pair(configPath, path); else