From 9eb14425b7a3b9cd7eb5cfe620a2fe2de798b884 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Mon, 2 Oct 2006 18:43:32 +0000 Subject: [PATCH] The last of the debug messages that keep hiding. My apologies. This commit was SVN r11937. --- orte/mca/pls/base/pls_base_orted_cmds.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/orte/mca/pls/base/pls_base_orted_cmds.c b/orte/mca/pls/base/pls_base_orted_cmds.c index 231f78fe65..11d2c278d7 100644 --- a/orte/mca/pls/base/pls_base_orted_cmds.c +++ b/orte/mca/pls/base/pls_base_orted_cmds.c @@ -46,8 +46,6 @@ int orte_pls_base_orted_exit(opal_list_t *daemons) OBJ_CONSTRUCT(&cmd, orte_buffer_t); - opal_output(0, "pls_base_orted_exit: called with %ld daemons", (long)opal_list_get_size(daemons)); - /* pack the command */ if (ORTE_SUCCESS != (rc = orte_dss.pack(&cmd, &command, 1, ORTE_DAEMON_CMD))) { ORTE_ERROR_LOG(rc); @@ -60,8 +58,6 @@ int orte_pls_base_orted_exit(opal_list_t *daemons) item = opal_list_get_next(item)) { dmn = (orte_pls_daemon_info_t*)item; - opal_output(0, "pls_base_orted_exit: sending cmd to [%ld,%ld,%ld]", ORTE_NAME_ARGS(dmn->name)); - if (0 > orte_rml.send_buffer(dmn->name, &cmd, ORTE_RML_TAG_PLS_ORTED, 0)) { ORTE_ERROR_LOG(ORTE_ERR_COMM_FAILURE); OBJ_DESTRUCT(&cmd);