more logging

This commit is contained in:
dimxy
2019-04-09 14:37:31 +05:00
parent a3da9aa68c
commit 81185da88f

View File

@@ -469,6 +469,7 @@ int64_t prices_syntheticprice(std::vector<uint16_t> vec,int32_t height,int32_t m
std::cerr << "prices_syntheticprice err=" << errcode << std::endl;
return(errcode);
}
std::cerr << "prices_syntheticprice price=" << price << " den=" << den << std::endl;
return(price / den);
}