mirror of
https://github.com/hyprwm/hyprutils.git
synced 2024-11-16 23:05:58 +01:00
Path: more logging
This commit is contained in:
parent
5486995a00
commit
cde13a3bde
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue