You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/log: Use printf -v to create formatted message
Seems a little easier to understand the message format this way, and
using `%b` in the `printf -v` statement seems less subtle than using it
in the `printf` that actually generates the output.
0 commit comments