Skip to content
Commit b814213a authored by Alexander Akulich's avatar Alexander Akulich
Browse files

[debugger] Fixed timestamp format (ms width)

Unfixed ms width ("%d") leads to vary digits from 1 to 6.
Now the width is statically 6 digits, filled with leading zeros ("%06d")

REVIEW: 128809
parent 3989778f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment