Sfoglia il codice sorgente

check_procs: clarify debug message

Sebastian Schmidt 12 anni fa
parent
commit
2f79329c41
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugins/check_procs.c

+ 1 - 1
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;
 			}