diff --git a/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp b/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp index e75e0cba9bbb..c32cdd4f1e51 100644 --- a/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp +++ b/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp @@ -38,7 +38,7 @@ ForwardPortWithAdb (uint16_t port, std::string& device_id) return error; if (connect_devices.size () != 1) - return Error ("Expected a single connected device, got instead %" PRIu64, connect_devices.size ()); + return Error ("Expected a single connected device, got instead %zu", connect_devices.size ()); device_id = connect_devices.front (); if (log)