search for: d4176f7

Displaying 2 results from an estimated 2 matches for "d4176f7".

Did you mean: d41677
2014 Sep 23
0
[PATCH 02/13] syntax-check: fix error_message_period check
...ional 'format' argument to 'add-drive'.")); + "'--format' option, or via the optional 'format' argument to 'add-drive'")); return -1; } diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 7e0a0d9..d4176f7 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -743,7 +743,7 @@ connect_live (guestfs_h *g, virDomainPtr dom) if (path == NULL) { error (g, _("this guest has no libvirt <channel> definition for guestfsd\n" - "See ATTACHING TO RUNNING DA...
2014 Sep 23
27
[PATCH 00/13] syntax-check
Hi Rich, This series includes patches to make `make syntax-check` pass. Some of the fix require change to maint.mk, but the file is not in git repo. Is it intended? Thanks! Hu Tao (13): syntax-check: dirty hack to pass bindtextdomain check syntax-check: fix error_message_period check syntax-check: fix makefile_at_at_check syntax-check: fix prohibit_assert_without_use check