summaryrefslogtreecommitdiffstats
path: root/tests/aidl_test_service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aidl_test_service.cpp')
-rw-r--r--tests/aidl_test_service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aidl_test_service.cpp b/tests/aidl_test_service.cpp
index 17c47ee..621694e 100644
--- a/tests/aidl_test_service.cpp
+++ b/tests/aidl_test_service.cpp
@@ -100,7 +100,7 @@ class NativeService : public BnTestService {
}
void LogRepeatedStringToken(const String16& token) {
- ALOGI("Repeating '%s' of length=%u", android::String8(token).string(),
+ ALOGI("Repeating '%s' of length=%zu", android::String8(token).string(),
token.size());
}