mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-19 19:16:14 +00:00
The previous if/else only checked for WarnLevel, causing any other
level (e.g. InfoLevel in 24fb9b1) to fall through to Errorf. Use Logf to
dispatch on the actual level passed by callers.