aboutsummaryrefslogtreecommitdiff
path: root/src/skhd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skhd.c')
-rw-r--r--src/skhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skhd.c b/src/skhd.c
index b3fa43c..4d1ce63 100644
--- a/src/skhd.c
+++ b/src/skhd.c
@@ -219,7 +219,7 @@ int main(int argc, char **argv)
hotloader_begin(&hotloader, config_handler)) {
printf("skhd: watching '%s' for changes\n", config_file);
} else {
- printf("skhd: could not watch '%s'\n", config_file);
+ fprintf(stderr, "skhd: could not watch '%s'\n", config_file);
}
CFRunLoopRun();