git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c168ce1
)
Updated HACKING notes about debugging.
author
Richard Jones
<rjones@redhat.com>
Thu, 9 Apr 2009 12:19:12 +0000
(13:19 +0100)
committer
Richard Jones
<rjones@redhat.com>
Thu, 9 Apr 2009 12:19:12 +0000
(13:19 +0100)
HACKING
patch
|
blob
|
history
diff --git
a/HACKING
b/HACKING
index
e0b0f0f
..
2d3f216
100644
(file)
--- a/
HACKING
+++ b/
HACKING
@@
-65,8
+65,9
@@
Debugging
It's a good idea to use guestfish to try out new commands.
-Use 'guestfish -v', which will show error messages etc from the
-daemon.
+Debugging the daemon is a problem because it runs inside a minimal
+qemu environment. However you can print messages from the daemon, and
+they will show up if you use 'guestfish -v'.
Patches
----------------------------------------------------------------------