aboutsummaryrefslogtreecommitdiff
path: root/dexopt/OptMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dexopt/OptMain.cpp')
-rw-r--r--dexopt/OptMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dexopt/OptMain.cpp b/dexopt/OptMain.cpp
index e0fdb6aa7..a3345b4c4 100644
--- a/dexopt/OptMain.cpp
+++ b/dexopt/OptMain.cpp
@@ -241,7 +241,7 @@ static int processZipFile(int zipFd, int cacheFd, const char* zipName,
bcpCopy[matchOffset] = '\0';
bcp = bcpCopy;
- LOGD("DexOptZ: truncated BOOTCLASSPATH to '%s'", bcp);
+ ALOGD("DexOptZ: truncated BOOTCLASSPATH to '%s'", bcp);
isBootstrap = true;
}