diff --git a/orte/mca/plm/ccp/plm_ccp_module.c b/orte/mca/plm/ccp/plm_ccp_module.c index 0d604e1ea2..e8152049d1 100644 --- a/orte/mca/plm/ccp/plm_ccp_module.c +++ b/orte/mca/plm/ccp/plm_ccp_module.c @@ -44,7 +44,7 @@ #include "opal/threads/condition.h" #include "opal/event/event.h" #include "opal/util/argv.h" -#include "opal/util/output.h" +#include "opal/util/output.h" #include "opal/util/opal_environ.h" #include "opal/util/path.h" #include "opal/util/basename.h" diff --git a/orte/mca/ras/ccp/ras_ccp_module.c b/orte/mca/ras/ccp/ras_ccp_module.c index 17c3e0ba51..b522272013 100644 --- a/orte/mca/ras/ccp/ras_ccp_module.c +++ b/orte/mca/ras/ccp/ras_ccp_module.c @@ -23,7 +23,7 @@ #include #include "opal/util/argv.h" -#include "opal/util/output.h" +#include "opal/util/output.h" #include "orte/util/show_help.h" #include "opal/util/os_path.h" @@ -331,12 +331,12 @@ void ras_get_cluster_message(ICluster* pCluster) hr = pCluster->get_ErrorMessage(&message); if (SUCCEEDED(hr)) { - OPAL_OUTPUT_VERBOSE((1, orte_plm_globals.output, + OPAL_OUTPUT_VERBOSE((1, orte_ras_base.ras_output, _com_util::ConvertBSTRToString(message))); SysFreeString(message); } else { - OPAL_OUTPUT_VERBOSE((1, orte_plm_globals.output, + OPAL_OUTPUT_VERBOSE((1, orte_ras_base.ras_output, "pCluster->get_ErrorMessage failed.\n")); } }