From 41b803df43f38d5a4be41f507ae0a4a58ffa801f Mon Sep 17 00:00:00 2001 From: "Albert S." Date: Sat, 8 Nov 2025 15:12:40 +0100 Subject: [PATCH] Warn if -w not provided --- adhocify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/adhocify.c b/adhocify.c index 92712e8..32de4df 100644 --- a/adhocify.c +++ b/adhocify.c @@ -667,6 +667,7 @@ void process_options() if(watchlist_head == NULL) { + logwrite("Info: Watching current dir (no -w provided)\n"); watchqueue_add_path(get_cwd()); }