[Pkg-libvirt-commits] [libguestfs] 22/63: mllib: error: Clearer message about how to enable debugging.
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:43:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.39-1
in repository libguestfs.
commit 941ebaa5e44cbf41e0dd94f811329d59f18c2868
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Wed Sep 3 12:15:00 2014 +0100
mllib: error: Clearer message about how to enable debugging.
---
mllib/common_utils.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml
index bb1aa73..5aa41c2 100644
--- a/mllib/common_utils.ml
+++ b/mllib/common_utils.ml
@@ -217,7 +217,7 @@ let error ~prog ?(exit_code = 1) fs =
prerr_newline ();
prerr_newline ();
wrap ~chan:stderr
- (sprintf (f_"%s: If reporting bugs, run %s with debugging enabled (-v -x) and include the complete output.")
+ (sprintf (f_"If reporting bugs, run %s with debugging enabled and include the complete output:\n\n %s -v -x [...]")
prog prog);
prerr_newline ();
exit exit_code
--
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