From 5d3172ee747da944bafedfeaeb9f5b4d45e86447 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 6 Oct 2017 21:59:47 +0300 Subject: [PATCH] Prints --- iguana/exchanges/LP_swap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_swap.c b/iguana/exchanges/LP_swap.c index e08f3aa36..5ee3d4b6b 100644 --- a/iguana/exchanges/LP_swap.c +++ b/iguana/exchanges/LP_swap.c @@ -677,6 +677,7 @@ int32_t LP_swapwait(uint32_t requestid,uint32_t quoteid,int32_t duration,int32_t { if ( jstr(retjson,"status") != 0 && strcmp(jstr(retjson,"status"),"finished") == 0 ) break; + else printf("NOT FINISHED.(%s)\n",jprint(retjson,0)); free_json(retjson); retjson = 0; }