From: Richard W.M. Jones Date: Wed, 17 Nov 2010 15:07:45 +0000 (+0000) Subject: todo: Suggest that trace should include return values. X-Git-Tag: 1.7.10~4 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=5067f8fc779837385c6ce4a41e60420ffa52bbe9 todo: Suggest that trace should include return values. --- diff --git a/TODO b/TODO index ee431d2..fdb96fe 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.