summaryrefslogtreecommitdiff
path: root/inc/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/log.h')
-rw-r--r--inc/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/log.h b/inc/log.h
index 20619d9..9ca1d9f 100644
--- a/inc/log.h
+++ b/inc/log.h
@@ -27,7 +27,7 @@
#ifdef LOG_TAG
#undef LOG_TAG
#endif
-#define LOG_TAG "POSITION_FINDER_SERVER"
+#define LOG_TAG "RCC"
#if !defined(_D)
#define _D(fmt, arg...) dlog_print(DLOG_DEBUG, LOG_TAG, "[%s:%d] " fmt "\n", __func__, __LINE__, ##arg)