From 13aa0d1153932f4c3d5c0a8cb4b4a40bf7840e24 Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Wed, 23 Jul 2003 18:35:21 +0000 Subject: [PATCH] o remove slurmd specific error message --- src/common/daemonize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/daemonize.c b/src/common/daemonize.c index c0ab3733c29..9e1e6a71848 100644 --- a/src/common/daemonize.c +++ b/src/common/daemonize.c @@ -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); } -- GitLab