mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
Oopsie
This commit is contained in:
parent
93e27e5a28
commit
a9e896118f
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ CConfigManager::CConfigManager() {
|
|||
|
||||
if (!ifs.good()) {
|
||||
if (g_pHyprpaper->m_szExplicitConfigPath.empty()) {
|
||||
Debug::log(CRIT, "No config file provided. Default config file `/.config/hypr/hyprpaper.conf` couldn't be opened.");
|
||||
Debug::log(CRIT, "No config file provided. Default config file `~/.config/hypr/hyprpaper.conf` couldn't be opened.");
|
||||
} else {
|
||||
Debug::log(CRIT, "No config file provided. Specified file `%s` couldn't be opened.", configPath);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue