tracer/rusage: fix format string args
The format string contains a process id, but we did not provice one. This caused us to log garbage since all args got shifted.
Showing
Please register or sign in to comment
The format string contains a process id, but we did not provice one. This caused us to log garbage since all args got shifted.