fix typo in resource_adc_mcp3008.c
[apps/native/position-finder-server.git] / inc / log.h
index e0624e6..27579b5 100644 (file)
--- 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 "TT"
 
 #if !defined(_D)
 #define _D(fmt, arg...) dlog_print(DLOG_DEBUG, LOG_TAG, "[%s:%d] " fmt "\n", __func__, __LINE__, ##arg)