logging
This commit is contained in:
@@ -322,7 +322,7 @@ int32_t prices_syntheticvec(std::vector<uint16_t> &vec,std::vector<std::string>
|
|||||||
return(-3);
|
return(-3);
|
||||||
}
|
}
|
||||||
depth -= need;
|
depth -= need;
|
||||||
std::cerr << "opcode=" << opcode << " opstr=" << opstr << " depth-=need=" << depth << std::endl;
|
std::cerr << "opcode=" << opcode << " opstr=" << opstr << " need=" << need << " depth-=need=" << depth << std::endl;
|
||||||
if ((opcode & KOMODO_PRICEMASK) != PRICES_WEIGHT) { // skip weight
|
if ((opcode & KOMODO_PRICEMASK) != PRICES_WEIGHT) { // skip weight
|
||||||
depth++; // increase operands count
|
depth++; // increase operands count
|
||||||
std::cerr << "depth++=" << depth << std::endl;
|
std::cerr << "depth++=" << depth << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user