Browse Source

Test

etomic
jl777 7 years ago
parent
commit
948d07abe0
  1. 2
      iguana/exchanges/LP_stats.c

2
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 )

Loading…
Cancel
Save