[ofw] [PATCH 4/13] DAPL v2.0: common: cleanup debug message on EVD overflows

Davis, Arlin R arlin.r.davis at intel.com
Fri Jan 13 15:55:04 PST 2012


Signed-off-by: Arlin Davis <arlin.r.davis at intel.com>
---
 dapl/common/dapl_evd_util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dapl/common/dapl_evd_util.c b/dapl/common/dapl_evd_util.c
index 41423b2..a7b8c54 100644
--- a/dapl/common/dapl_evd_util.c
+++ b/dapl/common/dapl_evd_util.c
@@ -656,7 +656,7 @@ dapls_evd_post_overflow_event(IN DAPL_EVD * evd_ptr)
 	DAPL_EVD *async_evd_ptr = evd_ptr->header.owner_ia->async_error_evd;
 	DAT_EVENT *event_ptr;
 
-	dapl_log(DAPL_DBG_TYPE_WARN, " WARNING: overflow event on EVD %p/n", evd_ptr);
+	dapl_log(DAPL_DBG_TYPE_WARN, " WARNING: overflow event on EVD %p\n", evd_ptr);
 
 	dapl_os_lock(&async_evd_ptr->header.lock);
 
-- 
1.7.3





More information about the ofw mailing list