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:
4ac3124
)
todo: Suggest that trace should include return values.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 17 Nov 2010 15:07:45 +0000
(15:07 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 17 Nov 2010 15:07:45 +0000
(15:07 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
ee431d2
..
fdb96fe
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-382,3
+382,9
@@
live CD inspection
guestfish -i livecd.iso
Could this be done through the core API and existing calls?
+
+Trace
+-----
+
+Traces should include the return value from functions as well,
+to make them more useful when debugging problems.