From 44e8913053587dffe5a50cf1e04dbafc05770e96 Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Wed, 20 Aug 2014 15:03:11 +0900 Subject: [PATCH] debugch: fix logging problem when using DEBUGCH nb_debug_options value should not be 0 when using DEBUGCH feature. However, it was set into 0 again even though the value was increased. Change-Id: I74c4f80efa53d736bd67a587c016bb206c4a2095 Signed-off-by: Kitae Kim --- tizen/src/util/new_debug_ch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tizen/src/util/new_debug_ch.c b/tizen/src/util/new_debug_ch.c index c0f98efb17..cddb692849 100644 --- a/tizen/src/util/new_debug_ch.c +++ b/tizen/src/util/new_debug_ch.c @@ -282,7 +282,6 @@ static void debug_init(void) return; } } - nb_debug_options = 0; } int dbg_log(enum _debug_class cls, struct _debug_channel *channel, -- 2.34.1