Correct the output global variables.
This commit was SVN r20745.
Этот коммит содержится в:
родитель
a8cb7d2ab1
Коммит
ddc82f3831
@ -331,12 +331,12 @@ void ras_get_cluster_message(ICluster* pCluster)
|
|||||||
|
|
||||||
hr = pCluster->get_ErrorMessage(&message);
|
hr = pCluster->get_ErrorMessage(&message);
|
||||||
if (SUCCEEDED(hr)) {
|
if (SUCCEEDED(hr)) {
|
||||||
OPAL_OUTPUT_VERBOSE((1, orte_plm_globals.output,
|
OPAL_OUTPUT_VERBOSE((1, orte_ras_base.ras_output,
|
||||||
_com_util::ConvertBSTRToString(message)));
|
_com_util::ConvertBSTRToString(message)));
|
||||||
SysFreeString(message);
|
SysFreeString(message);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
OPAL_OUTPUT_VERBOSE((1, orte_plm_globals.output,
|
OPAL_OUTPUT_VERBOSE((1, orte_ras_base.ras_output,
|
||||||
"pCluster->get_ErrorMessage failed.\n"));
|
"pCluster->get_ErrorMessage failed.\n"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user