[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] Disable CONS debug logging
From: Owen Smith <owen.smith@xxxxxxxxxx> Signed-off-by: Owen Smith <owen.smith@xxxxxxxxxx> --- src/xenbus/driver.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/xenbus/driver.c b/src/xenbus/driver.c index 1b621fa..f353a61 100644 --- a/src/xenbus/driver.c +++ b/src/xenbus/driver.c @@ -58,10 +58,10 @@ typedef struct _XENBUS_DRIVER { static XENBUS_DRIVER Driver; #define XENBUS_DRIVER_TAG 'VIRD' -#define DEFAULT_CONSOLE_LOG_LEVEL (LOG_LEVEL_INFO | \ - LOG_LEVEL_WARNING | \ - LOG_LEVEL_ERROR | \ - LOG_LEVEL_CRITICAL) +#define DEFAULT_CONSOLE_LOG_LEVEL 0 // (LOG_LEVEL_INFO | \ + // LOG_LEVEL_WARNING | \ + // LOG_LEVEL_ERROR | \ + // LOG_LEVEL_CRITICAL) static FORCEINLINE PVOID __DriverAllocate( -- 2.16.2.windows.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |