mirror of
https://github.com/coalaura/up.git
synced 2025-07-17 21:44:35 +00:00
improve logging
This commit is contained in:
@ -156,7 +156,7 @@ func NewPinnedClient(store *CertificateStore) *http.Client {
|
||||
return nil
|
||||
}
|
||||
|
||||
log.Printf("Server fingerprint (%s): %s\n", name, fingerprint)
|
||||
log.Printf("Server fingerprint for %s: %s\n", name, fingerprint)
|
||||
log.Print("Accept? [y/N]: ")
|
||||
|
||||
var confirm string
|
||||
|
Reference in New Issue
Block a user