summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-17 15:07:45 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-17 15:07:45 +0000
commit5067f8fc779837385c6ce4a41e60420ffa52bbe9 (patch)
treece16ec7fcc190b2d9c856d4612fcac39dedaaa23
parent4ac31247605dbcbe4b19212148de0a8671d0a43d (diff)
downloadlibguestfs-5067f8fc779837385c6ce4a41e60420ffa52bbe9.tar.gz
libguestfs-5067f8fc779837385c6ce4a41e60420ffa52bbe9.tar.xz
libguestfs-5067f8fc779837385c6ce4a41e60420ffa52bbe9.zip
todo: Suggest that trace should include return values.
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index ee431d2f..fdb96fe2 100644
--- 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.