From 948d07abe0aef5d67b05d476998644373d6167aa Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 23 Nov 2017 15:37:06 +0400 Subject: [PATCH] Test --- iguana/exchanges/LP_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_stats.c b/iguana/exchanges/LP_stats.c index 096c02d0a..3f6c8ee4d 100644 --- a/iguana/exchanges/LP_stats.c +++ b/iguana/exchanges/LP_stats.c @@ -251,7 +251,7 @@ int32_t LP_statslog_parsequote(char *method,cJSON *lineobj) } } if ( flag == 0 ) - printf("unexpected.%d tradestatus\n",unexpected++);//,jprint(lineobj,0)); + printf("unexpected.%d tradestatus aliceid.%llu\n",unexpected++,(long long)j64bits(lineobj,"aliceid"));//,jprint(lineobj,0)); return(0); } if ( LP_quoteparse(&Q,lineobj) < 0 )