From 3c6ceb6d93c70acf7a01c93d12e766f7ab063403 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 20 Feb 2007 20:30:29 +0000 Subject: [PATCH] svn merge -r10989:10997 https://eris.llnl.gov/svn/slurm/branches/slurm-1.1 --- src/plugins/select/cons_res/select_cons_res.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/select/cons_res/select_cons_res.c b/src/plugins/select/cons_res/select_cons_res.c index 07b04767e65..f1e38b3022e 100644 --- a/src/plugins/select/cons_res/select_cons_res.c +++ b/src/plugins/select/cons_res/select_cons_res.c @@ -1269,7 +1269,7 @@ extern int select_p_state_restore(char *dir_name) info("cons_res: select_p_state_restore"); if (!dir_name) { - error ("Starting cons_res with clean slate"); + info("Starting cons_res with clean slate"); return SLURM_SUCCESS; } file_name = xstrdup(dir_name); -- GitLab