From 52cf7c8c29524a61b18bec21a535b575ed20d77e Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 27 Feb 2016 09:50:05 +1100 Subject: [PATCH] More info --- src/ckpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ckpool.c b/src/ckpool.c index 68d31c2d..f062ad93 100644 --- a/src/ckpool.c +++ b/src/ckpool.c @@ -910,7 +910,7 @@ out: static void terminate_oldpid(const ckpool_t *ckp, proc_instance_t *pi, const pid_t oldpid) { if (!ckp->killold) { - quit(1, "Process %s pid %d still exists, start ckpool with -k if you wish to kill it", + quit(1, "Process %s pid %d still exists, start ckpool with -H to get a handover or -k if you wish to kill it", pi->processname, oldpid); } LOGNOTICE("Terminating old process %s pid %d", pi->processname, oldpid);