From: Arlin Davis Date: Mon, 29 Mar 2010 20:20:34 +0000 (-0800) Subject: ibal: output completion code in deciaml & hex as intended X-Git-Tag: dapl-2.0.30-1~33 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=96fba2ee7a0a1766f200c9486e62aad46d18bb09;p=~ardavis%2Fdapl.git ibal: output completion code in deciaml & hex as intended sign-off-by: stan smith --- diff --git a/dapl/ibal/dapl_ibal_util.c b/dapl/ibal/dapl_ibal_util.c index 513d7c9..7f9b819 100644 --- a/dapl/ibal/dapl_ibal_util.c +++ b/dapl/ibal/dapl_ibal_util.c @@ -2011,7 +2011,7 @@ dapls_ib_get_dto_status( default: #ifdef DAPL_DBG - dapl_dbg_log (DAPL_DBG_TYPE_ERR,"%s() unknown IB_COMP_ST %x(0x%x)\n", + dapl_dbg_log (DAPL_DBG_TYPE_ERR,"%s() unknown IB_COMP_ST %d(0x%x)\n", __FUNCTION__,ib_status,ib_status); #endif return DAT_DTO_FAILURE;