Skip to content
Snippets Groups Projects
Commit 13aa0d11 authored by Mark Grondona's avatar Mark Grondona
Browse files

o remove slurmd specific error message

parent 243b087c
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ read_pidfile(const char *pidfile, int *pidfd)
}
if ((lpid = fd_is_read_lock_blocked(fd)) == (pid_t) 0) {
verbose ("pidfile not locked, assuming no running slurmd");
verbose ("pidfile not locked, assuming no running daemon");
return (lpid);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment