From 447f53e969e8f7e04b81b4182176edc8febffd37 Mon Sep 17 00:00:00 2001 From: ftillier Date: Thu, 31 Aug 2006 17:43:34 +0000 Subject: [PATCH] [IBIOU] Fix WPP builds. git-svn-id: svn://openib.tc.cornell.edu/gen1@476 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/core/iou/kernel/iou_driver.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/trunk/core/iou/kernel/iou_driver.c b/trunk/core/iou/kernel/iou_driver.c index 3586e27a..faffbaeb 100644 --- a/trunk/core/iou/kernel/iou_driver.c +++ b/trunk/core/iou/kernel/iou_driver.c @@ -156,8 +156,15 @@ __read_registry( status = RtlQueryRegistryValues( RTL_REGISTRY_ABSOLUTE, param_path.Buffer, table, NULL, NULL ); +#ifndef EVENT_TRACING if( g_iou_dbg_flags & IOU_DBG_ERR ) g_iou_dbg_flags |= CL_DBG_ERROR; +#endif + + IOU_PRINT( TRACE_LEVEL_INFORMATION, IOU_DBG_DRV, + ("debug level %d debug flags 0x%.8x\n", + g_iou_dbg_level, + g_iou_dbg_flags) ); cl_free( param_path.Buffer ); IOU_EXIT( IOU_DBG_DRV ); -- 2.41.0