From d15eab096d6a0bc149a28b0c8caeb53c90b23b0a Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 30 Oct 2017 12:14:35 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 0195d4b2a..be937c126 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -224,7 +224,7 @@ cJSON *LP_NXT_redeems() if ( msgstr == 0 || msgstr[0] == 0 ) msgstr = jstr(attach,"message"); } - printf("%d: (%s) <- %.8f %llu\n",i,msgstr,dstr(qty),(long long)assetid); + printf("%d: (%s) <- %.8f %llu\n",i,msgstr!=0?msgstr:jprint(attach,0),dstr(qty),(long long)assetid); if ( msgjson != 0 ) free_json(msgjson); }