From 7b9bf6fe41b4fc40293e6513e2cb9c35fd3531b1 Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Mon, 23 Jan 2012 21:23:01 +0000 Subject: [PATCH] ugni: remove another erroneous error message This commit was SVN r25768. --- ompi/mca/btl/ugni/btl_ugni_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ompi/mca/btl/ugni/btl_ugni_module.c b/ompi/mca/btl/ugni/btl_ugni_module.c index 4954042c1d..9ecbf43d8b 100644 --- a/ompi/mca/btl/ugni/btl_ugni_module.c +++ b/ompi/mca/btl/ugni/btl_ugni_module.c @@ -431,7 +431,6 @@ mca_btl_ugni_prepare_src (struct mca_btl_base_module_t *btl, data_ptr, *size, 0, ®istration); if (OPAL_UNLIKELY(OMPI_SUCCESS != rc)) { - BTL_ERROR(("btl/ugni error registering source memory")); MCA_BTL_UGNI_FRAG_RETURN(frag); return NULL; }