summaryrefslogtreecommitdiffstats
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 630ca384b..446025200 100644
--- a/dexopt/OptMain.cpp
+++ b/dexopt/OptMain.cpp
@@ -455,7 +455,7 @@ static int fromDex(int argc, char* const argv[])
GET_ARG(crc, strtoul, "bad crc");
GET_ARG(flags, strtol, "bad flags");
- LOGV("Args: fd=%d off=%ld len=%ld name='%s' mod=0x%x crc=0x%x flg=%d (argc=%d)",
+ LOGV("Args: fd=%d off=%ld len=%ld name='%s' mod=%#x crc=%#x flg=%d (argc=%d)",
fd, offset, length, debugFileName, modWhen, crc, flags, argc);
assert(argc > 0);