mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
builder: Whitespace change in error message.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user