From 22cef8dd43cbb184d5f9f39f200612199b86ef6c Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Thu, 21 May 2015 09:49:57 -0700
Subject: [PATCH] We shouldn't be processing a MESSAGE_COMPOSITE rpc anymore in
 the slurmd

---
 src/slurmd/slurmd/req.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/slurmd/slurmd/req.c b/src/slurmd/slurmd/req.c
index 6c94914c9a3..5ca269057fb 100644
--- a/src/slurmd/slurmd/req.c
+++ b/src/slurmd/slurmd/req.c
@@ -455,7 +455,8 @@ slurmd_req(slurm_msg_t *msg)
 		slurm_free_network_callerid_msg(msg->data);
 		break;
 	case MESSAGE_COMPOSITE:
-		debug2("Processing RPC: MESSAGE_COMPOSITE");
+		error("Processing RPC: MESSAGE_COMPOSITE: "
+		      "This should never happen");
 		msg_aggr_add_msg(msg, 0);
 		break;
 	case RESPONSE_MESSAGE_COMPOSITE:
-- 
GitLab