diff options
Diffstat (limited to 'examples/hello.c')
-rw-r--r-- | examples/hello.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hello.c b/examples/hello.c index 5f1ab0ec..f6c2062b 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -17,7 +17,6 @@ main (int argc, char *argv[]) if (!(g = guestfs_create ())) exit (1); - guestfs_set_verbose (g, 1); if (guestfs_add_drive (g, argv[1]) == -1) exit (1); if (guestfs_launch (g) == -1) exit (1); |