From e3fd1f2873614ccfa95b4ed3300119c77f6efa6a Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 15 Jan 2018 22:49:44 +0100 Subject: [PATCH] syntax error --- apps/restconf/restconf_methods.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/restconf/restconf_methods.c b/apps/restconf/restconf_methods.c index eaa88b33..f7aa7c0b 100644 --- a/apps/restconf/restconf_methods.c +++ b/apps/restconf/restconf_methods.c @@ -304,8 +304,8 @@ api_data_get2(clicon_handle h, else if (xml2json_cbuf_vec(cbx, xvec, xlen, pretty) < 0) goto done; - } } + clicon_debug(1, "%s cbuf:%s", __FUNCTION__, cbuf_get(cbx)); FCGX_FPrintF(r->out, "%s", cbx?cbuf_get(cbx):""); FCGX_FPrintF(r->out, "\r\n\r\n");