mirror of
https://github.com/tailscale/tailscale.git
synced 2026-01-21 14:18:47 -05:00
Replace %w verb with %v verb when logging errors. Use %w only for wrapping errors with fmt.Errorf() Fixes: #9213 Signed-off-by: Craig Rodrigues <rodrigc@crodrigues.org>