summaryrefslogtreecommitdiff
Diffstat
-rwxr-xr-xAndroid.mk2
-rwxr-xr-xinclude/ntfs-3g/logging.h22
-rwxr-xr-xntfsprogs/mkntfs.c4
-rwxr-xr-xntfsprogs/ntfsfix.c4
-rwxr-xr-xsrc/ntfs-3g.c4
5 files changed, 34 insertions, 2 deletions
diff --git a/ntfsprogs/ntfsfix.c b/ntfsprogs/ntfsfix.c
index eaf474c..2518eed 100755
--- a/ntfsprogs/ntfsfix.c
+++ b/ntfsprogs/ntfsfix.c
@@ -86,6 +86,10 @@ You need to run ./configure without the --disable-default-device-io-ops \
switch if you want to be able to build the NTFS utilities."
#endif
+#ifdef ANDROID
+#define LOG_TAG "Ntfsfix"
+#endif
+
static const char *EXEC_NAME = "ntfsfix";
static const char OK[] = "OK\n";
static const char FAILED[] = "FAILED\n";