[mpich2-commits] r4008 - mpich2/trunk/src/pm/hydra/pm/central

balaji at mcs.anl.gov balaji at mcs.anl.gov
Wed Mar 11 03:47:38 CDT 2009


Author: balaji
Date: 2009-03-11 03:47:38 -0500 (Wed, 11 Mar 2009)
New Revision: 4008

Modified:
   mpich2/trunk/src/pm/hydra/pm/central/central_cb.c
Log:
Fixed incorrect error message.

Modified: mpich2/trunk/src/pm/hydra/pm/central/central_cb.c
===================================================================
--- mpich2/trunk/src/pm/hydra/pm/central/central_cb.c	2009-03-11 08:45:35 UTC (rev 4007)
+++ mpich2/trunk/src/pm/hydra/pm/central/central_cb.c	2009-03-11 08:47:38 UTC (rev 4008)
@@ -77,7 +77,7 @@
              * might have aborted. Just cleanup all the processes */
             status = HYD_BSCI_Cleanup_procs();
             if (status != HYD_SUCCESS) {
-                HYDU_Error_printf("unable to deregister fd %d\n", fd);
+                HYDU_Error_printf("bootstrap server returned error cleaning up processes\n");
                 goto fn_fail;
             }
 



More information about the mpich2-commits mailing list