git.annexia.org
/
goaljobs-goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7948877
)
libguestfs: Enable debugging.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 23 Sep 2013 20:37:06 +0000
(21:37 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 25 Sep 2013 12:30:21 +0000
(13:30 +0100)
libguestfs_upstream.ml
patch
|
blob
|
history
diff --git
a/libguestfs_upstream.ml
b/libguestfs_upstream.ml
index
825029a
..
8272fff
100644
(file)
--- a/
libguestfs_upstream.ml
+++ b/
libguestfs_upstream.ml
@@
-12,6
+12,11
@@
open Goaljobs
open Printf
open Config
+(* Enable debugging. *)
+let () =
+ Unix.putenv "LIBGUESTFS_DEBUG" "1";
+ Unix.putenv "LIBGUESTFS_TRACE" "1"
+
let package = "libguestfs"
(* Helper object which stores everything about a version. *)