@@ -423,8 +423,9 @@ int orte_odls_base_default_construct_child_list(opal_buffer_t *buffer,
423423 if (!ORTE_FLAG_TEST (pptr , ORTE_PROC_FLAG_LOCAL )) {
424424 /* not on the local list */
425425 OPAL_OUTPUT_VERBOSE ((5 , orte_odls_base_framework .framework_output ,
426- "%s adding proc %s to my local list" ,
426+ "%s[%s:%d] adding proc %s to my local list" ,
427427 ORTE_NAME_PRINT (ORTE_PROC_MY_NAME ),
428+ __FILE__ , __LINE__ ,
428429 ORTE_NAME_PRINT (& pptr -> name )));
429430 /* keep tabs of the number of local procs */
430431 jdata -> num_local_procs ++ ;
@@ -464,8 +465,9 @@ int orte_odls_base_default_construct_child_list(opal_buffer_t *buffer,
464465 if (!ORTE_FLAG_TEST (pptr , ORTE_PROC_FLAG_LOCAL )) {
465466 /* not on the local list */
466467 OPAL_OUTPUT_VERBOSE ((5 , orte_odls_base_framework .framework_output ,
467- "%s adding proc %s to my local list" ,
468+ "%s[%s:%d] adding proc %s to my local list" ,
468469 ORTE_NAME_PRINT (ORTE_PROC_MY_NAME ),
470+ __FILE__ , __LINE__ ,
469471 ORTE_NAME_PRINT (& pptr -> name )));
470472 /* keep tabs of the number of local procs */
471473 jdata -> num_local_procs ++ ;
0 commit comments