more debugging
[project/uci.git] / err.h
diff --git a/err.h b/err.h
index 686cde3..e8b977b 100644 (file)
--- a/err.h
+++ b/err.h
@@ -50,6 +50,7 @@
                __val = setjmp(ctx->trap); \
        ctx->internal = false;          \
        if (__val) {                    \
+               DPRINTF("LEAVE: %s, ret=%d\n", __func__, __val); \
                ctx->errno = __val;     \
                return __val;           \
        }                               \