Path: more logging

This commit is contained in:
Mihai Fufezan 2024-09-10 23:27:01 +03:00
parent 5486995a00
commit cde13a3bde
Signed by: fufexan
SSH Key Fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ namespace Hyprutils::Path {
for (auto path : paths) { for (auto path : paths) {
configPath = fullConfigPath(path, programName); configPath = fullConfigPath(path, programName);
Debug::log(INFO, "Checking config {}", configPath);
if (std::filesystem::exists(configPath)) if (std::filesystem::exists(configPath))
return std::make_pair(configPath, path); return std::make_pair(configPath, path);
else else