From 0b734a1a312ac23782571932722d6ad2ada16f8f Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Wed, 14 Dec 2011 15:16:33 -0800
Subject: [PATCH] BGQ - make debug statement debug2

---
 src/plugins/select/bluegene/bl_bgq/bridge_helper.cc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/plugins/select/bluegene/bl_bgq/bridge_helper.cc b/src/plugins/select/bluegene/bl_bgq/bridge_helper.cc
index 73ed59eeae6..a9cdeb667ee 100644
--- a/src/plugins/select/bluegene/bl_bgq/bridge_helper.cc
+++ b/src/plugins/select/bluegene/bl_bgq/bridge_helper.cc
@@ -257,11 +257,11 @@ extern int bridge_handle_runtime_errors(const char *function,
 			      bg_block_state_string(state),
 			      bg_block_state_string(bg_record->state));
 		} else {
-			debug("%s: tring to boot a block %s that wasn't "
-			      "free (system=%s) (us=%s), no real error.",
-			      function, bg_record->bg_block_id,
-			      bg_block_state_string(state),
-			      bg_block_state_string(bg_record->state));
+			debug2("%s: tring to boot a block %s that wasn't "
+			       "free (system=%s) (us=%s), no real error.",
+			       function, bg_record->bg_block_id,
+			       bg_block_state_string(state),
+			       bg_block_state_string(bg_record->state));
 			rc = SLURM_SUCCESS;
 		}
 
-- 
GitLab