From b1b5793d26195689a29ade3f8bd9903cc046fd84 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Mon, 6 Apr 2015 01:19:07 +0200 Subject: info message, README updated --- fmlock.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fmlock.c') diff --git a/fmlock.c b/fmlock.c index 4ea68d0..fa4f3c9 100644 --- a/fmlock.c +++ b/fmlock.c @@ -103,6 +103,8 @@ int main(int argc, char *argv[]) return 1; } + fprintf(stderr, "Files locked and cache heated up. Going to sleep, .zZ...\n"); + /* At this point the program shall sleep until a terminating * signal arrives. To do so a nice side effect of the definition * of /dev/null behavior is used: read on a /dev/null fd always -- cgit v1.2.3