Fix format specifiers for size_t types
Use %zu instead of %u for logging size_t types, which are of the unsigned long type, not the unsigned int type. BUG: None Change-Id: I5af6c2ea544a5f11b283bc9aebe8b5f0cfc605ec
Loading
Please register or sign in to comment