Change tbm debug level 01/75701/1 accepted/tizen/common/20160622.145758 accepted/tizen/ivi/20160622.021142 accepted/tizen/mobile/20160622.021104 accepted/tizen/tv/20160622.021112 accepted/tizen/wearable/20160622.021122 submit/tizen/20160621.051659
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 21 Jun 2016 05:09:33 +0000 (14:09 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 21 Jun 2016 05:09:33 +0000 (14:09 +0900)
Change-Id: I04412ec15c5839d5ac3b6ecb8ddbb30e03196c92

src/tbm_bufmgr_int.h

index 77a29a9..d74f2f4 100644 (file)
@@ -111,7 +111,7 @@ extern int bDlog;
 
 #define TBM_DEBUG(fmt, ...) {\
        if (bDlog) {\
-               LOGD("[TBM_DEBUG] " fmt, ##__VA_ARGS__);\
+               LOGE("[TBM_DEBUG] " fmt, ##__VA_ARGS__);\
        } \
        else {\
                fprintf(stderr, "[TBM:DEBUG(%d)] " fmt, getpid(), ##__VA_ARGS__);\