diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-07 06:50:31 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-07 09:14:17 +0100 |
commit | 73d6932ab2dd3f9120a1f4a532621c07cb174705 (patch) | |
tree | 8c24e36ca7c776611bc2278954b20b59143784b1 /daemon/proto.c | |
parent | 8e570870f577ff0c3db074f88924633b559af5d4 (diff) | |
download | libguestfs-73d6932ab2dd3f9120a1f4a532621c07cb174705.tar.gz libguestfs-73d6932ab2dd3f9120a1f4a532621c07cb174705.tar.xz libguestfs-73d6932ab2dd3f9120a1f4a532621c07cb174705.zip |
pvs/vgs/lvs commands working now.
Diffstat (limited to 'daemon/proto.c')
-rw-r--r-- | daemon/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/proto.c b/daemon/proto.c index 62d8da5a..93d33c2c 100644 --- a/daemon/proto.c +++ b/daemon/proto.c @@ -35,7 +35,7 @@ /* XXX We should make this configurable from /proc/cmdline so that the * verbose setting of the guestfs_h can be inherited here. */ -#define DEBUG 1 +#define DEBUG 0 /* The message currently being processed. */ int proc_nr; |