summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2005-12-02 21:06:13 +0000
committerThomas Schwinge <tschwinge@gnu.org>2005-12-02 21:06:13 +0000
commitd104c2dd007f464c672837f1c4661f216e7eed9b (patch)
tree1cbdf02f7910b8367da61bb45539c3341706a07e
parent642211d7e04e629db879330e07c2e053b079529f (diff)
Words are more expressive than numbers...
-rw-r--r--fuse_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fuse_i.h b/fuse_i.h
index a4db95952..54ad242c6 100644
--- a/fuse_i.h
+++ b/fuse_i.h
@@ -138,8 +138,8 @@ extern FILE *debug_port;
#define FUNC_RETURN_(ret, fmt) \
{ \
int retval = (ret); \
- DEBUG("tracing", "leaving %s (" __FILE__ ":%d) ret=%d ", \
- debug_func_name, __LINE__, retval); \
+ DEBUG("tracing", "leaving %s (" __FILE__ ":%d) ret=%d (%s) ", \
+ debug_func_name, __LINE__, retval, strerror(retval)); \
if(debug_port) \
{ \
fmt; \