yet logging

This commit is contained in:
dimxy
2019-04-15 21:19:19 +05:00
parent 829fb4d0cd
commit 2f077d3103

View File

@@ -368,7 +368,7 @@ int64_t prices_syntheticprice(std::vector<uint16_t> vec,int32_t height,int32_t m
if (errcode != 0) if (errcode != 0)
break; break;
std::cerr << "pricestack[depth-1=" << depth-1 << "]=" << pricestack[depth-1] << std::endl; std::cerr << "pricestack[depth=" << depth << "]=" << pricestack[depth] << std::endl;
} }
free(pricedata); free(pricedata);