gnucash stable: fix debugging output, no functional change.

Mike Alexander mta at code.gnucash.org
Wed Aug 16 01:50:09 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/3aa6e60f (commit)
	from  https://github.com/Gnucash/gnucash/commit/4ad7a701 (commit)



commit 3aa6e60f9554e8f09d4f5bef410b0bb24c9853a7
Author: Mike Alexander <mta at umich.edu>
Date:   Wed Aug 16 00:07:56 2023 -0400

    fix debugging output, no functional change.

diff --git a/libgnucash/app-utils/gnc-quotes.cpp b/libgnucash/app-utils/gnc-quotes.cpp
index 31c8cf6ca8..8ca8cbce87 100644
--- a/libgnucash/app-utils/gnc-quotes.cpp
+++ b/libgnucash/app-utils/gnc-quotes.cpp
@@ -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"));



Summary of changes:
 libgnucash/app-utils/gnc-quotes.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list