fix more compile errors
[project/uci.git] / err.h
diff --git a/err.h b/err.h
index bc83863..358cadf 100644 (file)
--- a/err.h
+++ b/err.h
@@ -41,6 +41,7 @@
  * and UCI_TRAP_RESTORE.
  */
 #define UCI_HANDLE_ERR(ctx) do {       \
+       DPRINTF("ENTER: %s\n", __func__); \
        int __val = 0;                  \
        if (!ctx)                       \
                return UCI_ERR_INVAL;   \