From b25bb6422dfa86cc561e2d5b6362f3b66aaf9b77 Mon Sep 17 00:00:00 2001
From: "Christopher J. Morrone" <morrone2@llnl.gov>
Date: Fri, 3 Feb 2006 04:24:31 +0000
Subject: [PATCH] svn merge -r7159:7162 
 https://eris.llnl.gov/svn/slurm/branches/slurm-1.0

---
 src/scancel/scancel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scancel/scancel.c b/src/scancel/scancel.c
index fad652f9a93..c1cccfc4ef3 100644
--- a/src/scancel/scancel.c
+++ b/src/scancel/scancel.c
@@ -221,7 +221,7 @@ _cancel_job_id (uint32_t job_id, uint16_t signal)
 
 	for (i=0; i<MAX_CANCEL_RETRY; i++) {
 		if (signal == (uint16_t)-1) {
-			verbose("Terminating job %u", SIGKILL, job_id);
+			verbose("Terminating job %u", job_id);
 			error_code = slurm_kill_job (job_id, SIGKILL,
 						     (uint16_t)opt.batch);
 		} else {
-- 
GitLab