[ofw] [PATCH] DAPL v2.0: common: print out errors on free build and not just debug builds
Davis, Arlin R
arlin.r.davis at intel.com
Thu Oct 28 11:28:25 PDT 2010
Signed-off-by: Arlin Davis <arlin.r.davis at intel.com>
---
dapl/openib_common/dapl_ib_common.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/dapl/openib_common/dapl_ib_common.h b/dapl/openib_common/dapl_ib_common.h
index 10b5d22..3cb1fe3 100644
--- a/dapl/openib_common/dapl_ib_common.h
+++ b/dapl/openib_common/dapl_ib_common.h
@@ -336,10 +336,8 @@ dapl_convert_errno( IN int err, IN const char *str )
{
if (!err) return DAT_SUCCESS;
-#if DAPL_DBG
if ((err != EAGAIN) && (err != ETIMEDOUT))
- dapl_dbg_log (DAPL_DBG_TYPE_ERR," %s %s\n", str, strerror(err));
-#endif
+ dapl_log (DAPL_DBG_TYPE_ERR," %s %s\n", str, strerror(err));
switch( err )
{
--
1.7.3
More information about the ofw
mailing list