diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-17 15:07:45 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-17 15:07:45 +0000 |
commit | 5067f8fc779837385c6ce4a41e60420ffa52bbe9 (patch) | |
tree | ce16ec7fcc190b2d9c856d4612fcac39dedaaa23 /TODO | |
parent | 4ac31247605dbcbe4b19212148de0a8671d0a43d (diff) | |
download | libguestfs-5067f8fc779837385c6ce4a41e60420ffa52bbe9.tar.gz libguestfs-5067f8fc779837385c6ce4a41e60420ffa52bbe9.tar.xz libguestfs-5067f8fc779837385c6ce4a41e60420ffa52bbe9.zip |
todo: Suggest that trace should include return values.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |