diff options
Diffstat (limited to 'src/confparser.c')
-rw-r--r-- | src/confparser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/confparser.c b/src/confparser.c index 48f0c71..f7b6268 100644 --- a/src/confparser.c +++ b/src/confparser.c @@ -88,7 +88,7 @@ int find_config(UserOpt *opt) { return 0; } } - LOG("$XDG_CONFIG_HOME not avaliable."); + ERR("No config found."); return -1; } |