소스 검색

check_procs: clarify debug message

Sebastian Schmidt 12 년 전
부모
커밋
2f79329c41
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 			}