aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/android/video.cpp')
-rw-r--r--backends/platform/android/video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/video.cpp b/backends/platform/android/video.cpp
index a64e322c95..e56c0da2af 100644
--- a/backends/platform/android/video.cpp
+++ b/backends/platform/android/video.cpp
@@ -44,7 +44,7 @@
#define TEXSUBIMAGE_IS_EXPENSIVE 0
#undef LOG_TAG
-#define LOG_TAG "ScummVM-video"
+#define LOG_TAG "ScummVM"
#if 0
#define ENTER(args...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, args)