mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 16:38:06 -06:00
fix debugging output, no functional change.
This commit is contained in:
parent
4ad7a701a7
commit
3aa6e60f95
@ -567,7 +567,7 @@ parse_quote_json(PriceParams& p, const bpt::ptree& comm_pt)
|
||||
|
||||
|
||||
PINFO("Commodity: %s", p.mnemonic);
|
||||
PINFO(" Success: %s", (inverted ? "yes" : "no"));
|
||||
PINFO(" Success: %s", (p.success ? "yes" : "no"));
|
||||
PINFO(" Date: %s", (p.date ? p.date->c_str() : "missing"));
|
||||
PINFO(" Time: %s", (p.time ? p.time->c_str() : "missing"));
|
||||
PINFO(" Currency: %s", (p.currency ? p.currency->c_str() : "missing"));
|
||||
|
Loading…
Reference in New Issue
Block a user