mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
2c90500a0b
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>