From 2f79329c41d50c695129f6d11a303a86c1d98d5a Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 18 Aug 2013 12:54:06 +0200 Subject: check_procs: clarify debug message --- plugins/check_procs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 873d9298..d09bd8b6 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c @@ -238,7 +238,7 @@ main (int argc, char **argv) (!usepid && ((ret = stat_exe(procpid, &statbuf) != -1) && statbuf.st_dev == mydev && statbuf.st_ino == myino) || (ret == -1 && errno == ENOENT))) { if (verbose >= 3) - printf("not considering - is myself\n"); + printf("not considering - is myself or gone\n"); continue; } -- cgit v1.2.3-74-g34f1