Fix a typo in some debug output.

This commit is contained in:
Mike Alexander 2023-05-18 17:34:05 -04:00
parent 5563d53517
commit d61b962954

View File

@ -569,7 +569,7 @@ parse_quote_json(PriceParams& p, const bpt::ptree& comm_pt)
PINFO(" Time: %s", (p.time ? p.time->c_str() : "missing"));
PINFO(" Currency: %s", (p.currency ? p.currency->c_str() : "missing"));
PINFO(" Price: %s", (p.price ? p.price->c_str() : "missing"));
PINFO(" Inverted: %s\n", (inverted ? "yes" : "no"));
PINFO(" Inverted: %s\n", (p.inverted ? "yes" : "no"));
}
static time64