mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-05 03:43:57 +00:00
all: fix staticcheck warnings (#589)
Co-authored-by: Filippo Valsorda <github@bip.filippo.io>
This commit is contained in:
committed by
GitHub
parent
176e245b3c
commit
cda3988cc7
@@ -158,5 +158,5 @@ func errorf(format string, v ...interface{}) {
|
||||
}
|
||||
|
||||
func warning(msg string) {
|
||||
log.Printf("age-keygen: warning: " + msg)
|
||||
log.Printf("age-keygen: warning: %s", msg)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user