From aa730c6a8d09828a10688efdd77d69f2f4c66a8c Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 21 Jul 2014 16:30:28 -0700
Subject: [PATCH] Change to comment

---
 src/common/forward.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/common/forward.c b/src/common/forward.c
index 7c1340a37d2..53ab7ff9061 100644
--- a/src/common/forward.c
+++ b/src/common/forward.c
@@ -139,9 +139,11 @@ void *_forward_thread(void *arg)
 		xfree(fwd_msg->header.forward.nodelist);
 		fwd_msg->header.forward.nodelist = buf;
 		fwd_msg->header.forward.cnt = hostlist_count(hl);
-		/* info("sending %d forwards (%s) to %s", */
-/* 		     fwd_msg->header.forward.cnt, */
-/* 		     fwd_msg->header.forward.nodelist, name); */
+#if 0
+		info("sending %d forwards (%s) to %s",
+		     fwd_msg->header.forward.cnt,
+		     fwd_msg->header.forward.nodelist, name);
+#endif
 		if (fwd_msg->header.forward.nodelist[0]) {
 			debug3("forward: send to %s along with %s",
 			       name, fwd_msg->header.forward.nodelist);
-- 
GitLab