Remove one of the %s.
This commit was SVN r13357.
Этот коммит содержится в:
родитель
e90b3e415b
Коммит
dea69e3c7c
@ -1066,7 +1066,7 @@ int orte_pls_rsh_launch(orte_jobid_t jobid)
|
|||||||
if (mca_pls_rsh_component.debug) {
|
if (mca_pls_rsh_component.debug) {
|
||||||
param = opal_argv_join(exec_argv, ' ');
|
param = opal_argv_join(exec_argv, ' ');
|
||||||
if (NULL != param) {
|
if (NULL != param) {
|
||||||
opal_output(0, "pls:rsh: executing: (%s) %s [%s]", exec_path, param);
|
opal_output(0, "pls:rsh: executing: (%s) [%s]", exec_path, param);
|
||||||
free(param);
|
free(param);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user