1
0
mirror of https://github.com/coalaura/up.git synced 2025-07-17 21:44:35 +00:00

improve logging

This commit is contained in:
Laura
2025-06-20 18:11:26 +02:00
parent e70f7f36f9
commit 1f1fb4c6e3
5 changed files with 20 additions and 21 deletions

View File

@ -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