From 14eac5fa9f5fc48e51a406f85f90ee65d49c56a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 1 Sep 2016 15:14:59 +0200 Subject: Improve diagnostics --- bpkg/auth.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/auth.cxx') diff --git a/bpkg/auth.cxx b/bpkg/auth.cxx index 2c5d3d8..fbbd05f 100644 --- a/bpkg/auth.cxx +++ b/bpkg/auth.cxx @@ -501,7 +501,8 @@ namespace bpkg text << "certificate is for " << cert->name << ", \"" << cert->organization << "\" <" << cert->email << ">"; - text << "certificate SHA256 fingerprint is " << cert_fp; + text << "certificate SHA256 fingerprint:"; + text << cert_fp; } if (co.trust_no () || !yn_prompt ("trust this certificate? [y/N]", 'n')) -- cgit v1.1