summaryrefslogtreecommitdiff
path: root/NativeLauncher/inc
diff options
context:
space:
mode:
Diffstat (limited to 'NativeLauncher/inc')
-rw-r--r--NativeLauncher/inc/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NativeLauncher/inc/log.h b/NativeLauncher/inc/log.h
index 25b3f83..5769204 100644
--- a/NativeLauncher/inc/log.h
+++ b/NativeLauncher/inc/log.h
@@ -29,7 +29,7 @@
#ifdef LOG_TAG
#undef LOG_TAG
#endif
-#define LOG_TAG "NETCORE_LAUNCHER"
+#define LOG_TAG "DOTNET_LAUNCHER"
#ifndef _ERR
#define _ERR(fmt, args...) LOGE(fmt "\n", ##args)