[Pkg-libvirt-commits] [libguestfs] 48/87: test-tool: Rearrange output into alphabetical order.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:10:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch debian
in repository libguestfs.
commit 203cb2a7c0df2fb042158e5440ca005a10e5dc77
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Jan 21 11:07:03 2014 +0000
test-tool: Rearrange output into alphabetical order.
(cherry picked from commit 10b20b79384e2446277b3196f12a9736af7ff13b)
---
test-tool/test-tool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c
index 3a35226..a08936e 100644
--- a/test-tool/test-tool.c
+++ b/test-tool/test-tool.c
@@ -227,10 +227,10 @@ main (int argc, char *argv[])
}
printf ("guestfs_get_append: %s\n", guestfs_get_append (g) ? : "(null)");
+ printf ("guestfs_get_autosync: %d\n", guestfs_get_autosync (g));
p = guestfs_get_backend (g);
printf ("guestfs_get_backend: %s\n", p ? : "(null)");
free (p);
- printf ("guestfs_get_autosync: %d\n", guestfs_get_autosync (g));
p = guestfs_get_cachedir (g);
printf ("guestfs_get_cachedir: %s\n", p ? : "(null)");
free (p);
--
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