@@ -398,8 +398,9 @@ int orte_odls_base_default_construct_child_list(opal_buffer_t *buffer,
398398 if (!ORTE_FLAG_TEST (pptr , ORTE_PROC_FLAG_LOCAL )) {
399399 /* not on the local list */
400400 OPAL_OUTPUT_VERBOSE ((5 , orte_odls_base_framework .framework_output ,
401- "%s adding proc %s to my local list" ,
401+ "%s[%s:%d] adding proc %s to my local list" ,
402402 ORTE_NAME_PRINT (ORTE_PROC_MY_NAME ),
403+ __FILE__ , __LINE__ ,
403404 ORTE_NAME_PRINT (& pptr -> name )));
404405 /* keep tabs of the number of local procs */
405406 jdata -> num_local_procs ++ ;
@@ -439,8 +440,9 @@ int orte_odls_base_default_construct_child_list(opal_buffer_t *buffer,
439440 if (!ORTE_FLAG_TEST (pptr , ORTE_PROC_FLAG_LOCAL )) {
440441 /* not on the local list */
441442 OPAL_OUTPUT_VERBOSE ((5 , orte_odls_base_framework .framework_output ,
442- "%s adding proc %s to my local list" ,
443+ "%s[%s:%d] adding proc %s to my local list" ,
443444 ORTE_NAME_PRINT (ORTE_PROC_MY_NAME ),
445+ __FILE__ , __LINE__ ,
444446 ORTE_NAME_PRINT (& pptr -> name )));
445447 /* keep tabs of the number of local procs */
446448 jdata -> num_local_procs ++ ;
0 commit comments