Loading
Bug 1692582 - Fix incorrect format specifier for negative duration log. r=alwu
My last patch used the incorrect format specifier (%d) when logging the seconds for a negative timestamp. This should be a %f as the value is a double. Differential Revision: https://phabricator.services.mozilla.com/D114299