r17390 - gnucash/branches/2.2/src/report/report-system - [r17340] Reports: Make a mildly confusing error message more clear.

Andreas Köhler andi5 at cvs.gnucash.org
Tue Jul 22 18:34:38 EDT 2008


Author: andi5
Date: 2008-07-22 18:34:37 -0400 (Tue, 22 Jul 2008)
New Revision: 17390
Trac: http://svn.gnucash.org/trac/changeset/17390

Modified:
   gnucash/branches/2.2/src/report/report-system/commodity-utilities.scm
Log:
[r17340] Reports: Make a mildly confusing error message more clear.

Committed by cedayiv.


Modified: gnucash/branches/2.2/src/report/report-system/commodity-utilities.scm
===================================================================
--- gnucash/branches/2.2/src/report/report-system/commodity-utilities.scm	2008-07-22 22:34:27 UTC (rev 17389)
+++ gnucash/branches/2.2/src/report/report-system/commodity-utilities.scm	2008-07-22 22:34:37 UTC (rev 17390)
@@ -978,7 +978,7 @@
     (else 
      (begin
        (gnc:warn "gnc:case-exchange-time-fn: bad price-source value: " 
-                    source-option " using pricedb-nearest.")
+                    source-option ". Using pricedb-nearest.")
        ;; FIX-ME another hack to prevent report crashing when an
        ;; unimplemented source-option comes through
        gnc:exchange-by-pricedb-nearest



More information about the gnucash-changes mailing list