Fix compile warnings about format type mismatch on 32bit

Authored by mwolff on May 29 2018, 8:45 AM.

Description

Fix compile warnings about format type mismatch on 32bit

Use PRIu64 instead of hardcoding %lu for the std::chrono::milliseconds
representation.

CCBUG: 394330

Details

Committed
mwolffMay 29 2018, 8:45 AM
Parents
R45:49577e019ea7: Fix another compile error on 32bit
Branches
Unknown
Tags
Unknown