X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=err.h;h=358cadfe942f4685d0166c8fa0bb5eb5641666fb;hp=bc838634131327bdf75626813f0ea6e049dbf4f5;hb=031b620e1f3a16078da45ce00352508764902786;hpb=a79ac49b066a821b6d99bca846091854e3715a49 diff --git a/err.h b/err.h index bc83863..358cadf 100644 --- 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; \