[Pkg-libvirt-commits] [libguestfs] 15/17: builder: sigchecker: Fix error message.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Nov 1 17:12:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag upstream/1.29.43
in repository libguestfs.
commit 58c24a6bf841ea993ef7f5f7b8738bdde48e66e6
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Fri May 15 20:34:06 2015 +0100
builder: sigchecker: Fix error message.
Error messages are automatically wrapped, and don't require a newline
at the end.
---
builder/sigchecker.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builder/sigchecker.ml b/builder/sigchecker.ml
index a8cc704..55db7af 100644
--- a/builder/sigchecker.ml
+++ b/builder/sigchecker.ml
@@ -145,7 +145,7 @@ and verify_detached t filename sigfile =
if t.check_signature then (
match sigfile with
| None ->
- error (f_"there is no detached signature file\nThis probably means the index file is missing a sig=... line.\nYou can use --no-check-signature to ignore this error, but that means\nyou are susceptible to man-in-the-middle attacks.\n")
+ error (f_"there is no detached signature file\nThis probably means the index file is missing a sig=... line.\nYou can use --no-check-signature to ignore this error, but that means you are susceptible to man-in-the-middle attacks.")
| Some sigfile ->
let args = sprintf "%s %s" (quote sigfile) (quote filename) in
do_verify t args
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list