summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchanywa <cbible.kim@samsung.com>2016-07-07 09:56:17 +0900
committerchanywa <cbible.kim@samsung.com>2016-07-07 10:00:11 +0900
commit4cc56694dd5b10bdc7ea4b372f741554bb0d2538 (patch)
treeecb5f4a538496edea516efcb0427a2b829e76b76
parente1f6763e71b1a76cefb83828f533702da051031d (diff)
downloadlbs-server-plugin-replay-4cc56694dd5b10bdc7ea4b372f741554bb0d2538.tar.gz
lbs-server-plugin-replay-4cc56694dd5b10bdc7ea4b372f741554bb0d2538.tar.bz2
lbs-server-plugin-replay-4cc56694dd5b10bdc7ea4b372f741554bb0d2538.zip
Change-Id: I839bc1c95a3d9d9e573c33a0bce06abb572161df
-rw-r--r--gps-plugin/include/gps_plugin_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps-plugin/include/gps_plugin_debug.h b/gps-plugin/include/gps_plugin_debug.h
index ba358da..d06956e 100644
--- a/gps-plugin/include/gps_plugin_debug.h
+++ b/gps-plugin/include/gps_plugin_debug.h
@@ -33,7 +33,7 @@ extern "C" {
#include <dlog.h>
#define TAG_GPS_PLUGIN "gps-plugin"
-#define DBG_LOW LOG_DEBUG
+#define DBG_LOW LOG_UNKNOWN /* LOG_DEBUG */
#define DBG_INFO LOG_INFO
#define DBG_WARN LOG_WARN
#define DBG_ERR LOG_ERROR