builder: Whitespace change in error message.

This commit is contained in:
Richard W.M. Jones
2013-10-29 21:03:01 +00:00
parent 124f20a1ca
commit 984b024c5a

View File

@@ -183,7 +183,7 @@ and do_verify t args =
) status;
if not (equal_fingerprints !fingerprint t.fingerprint) then (
eprintf (f_"virt-builder: error: fingerprint of signature does not match the expected fingerprint!\n found fingerprint: %s\n expected fingerprint: %s\n")
eprintf (f_"virt-builder: error: fingerprint of signature does not match the expected fingerprint!\n found fingerprint: %s\n expected fingerprint: %s\n")
!fingerprint t.fingerprint;
exit 1
)