aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 71382b86..077a5b4a 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -410,7 +410,7 @@ bool load_main_config(const char *file, bool is_active, bool validating) {
char *real_path = realpath(path, NULL);
if (real_path == NULL) {
- sway_log(SWAY_DEBUG, "%s not found.", path);
+ sway_log(SWAY_ERROR, "%s not found", path);
free(path);
return false;
}