diff --git a/orte/mca/plm/base/plm_base_launch_support.c b/orte/mca/plm/base/plm_base_launch_support.c index ce22e54e12..cd2db832cd 100644 --- a/orte/mca/plm/base/plm_base_launch_support.c +++ b/orte/mca/plm/base/plm_base_launch_support.c @@ -241,7 +241,7 @@ void orte_plm_base_launch_failed(orte_jobid_t job, bool daemons_launching, pid_t /* if the pid is negative, then we couldn't get a real pid * to report here - so tell someone that */ - pidstr = strdup("NO PID"); + pidstr = strdup("unknown"); } if (daemons_launching) {