debugch: fix logging problem when using DEBUGCH 71/27471/1
authorKitae Kim <kt920.kim@samsung.com>
Wed, 20 Aug 2014 06:03:11 +0000 (15:03 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 12 Sep 2014 10:14:52 +0000 (19:14 +0900)
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 <kt920.kim@samsung.com>
tizen/src/util/new_debug_ch.c

index c0f98efb173ec0bed45e7fa1a3b008248a17edd1..cddb6928493764feaa95bd764d36cdc1ab3e5510 100644 (file)
@@ -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,