--- ompi/communicator/comm.c.orig	2013-09-30 17:25:28.000000000 -0400
+++ ompi/communicator/comm.c	2013-09-30 17:25:47.000000000 -0400
@@ -1312,7 +1312,7 @@
     /* And now add the information into the database */
     /* Store the remote processes into the opal_db */
     if (OMPI_SUCCESS != (rc = MCA_PML_CALL(add_procs(rprocs, rsize)))) {
-        ORTE_ERROR_LOG(rc);
+        OMPI_ERROR_LOG(rc);
         goto err_exit;
     }
 
