X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=err.h;h=358cadfe942f4685d0166c8fa0bb5eb5641666fb;hb=71a0126dff93c4e7f81b9fe7d3629b4b706bd162;hp=bc838634131327bdf75626813f0ea6e049dbf4f5;hpb=01ca9e5e467e4f324f52fd80a2ec4db999b3db48;p=project%2Fuci.git 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; \