logging: avoid '%!F(MISSING)' in logs (#6555)
When only passing a single string into a Printf-style function, any %-format
specs in it will be filled accordingly; but there will be no arguments to use.
So now, we'll avoid calling the `{Debug,Info,Warn,Error}f` functions when we
lack arguments.
Signed-off-by: Stephan Renatus <stephan@styra.com> S
Stephan Renatus committed
2c90500a0ba54f37cecb881e4af2458de5fc4267
Parent: 3acc0b9
Committed by GitHub <noreply@github.com>
on 1/29/2024, 9:31:42 AM