From 55ecaa92524ac86ee1fb8c80bca4b7a4c1c59b36 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Tue, 30 Mar 2021 06:51:07 +0800 Subject: [PATCH] [report-core] fix error string --- gnucash/report/report-core.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnucash/report/report-core.scm b/gnucash/report/report-core.scm index 775797ca3f..e5381dbb28 100644 --- a/gnucash/report/report-core.scm +++ b/gnucash/report/report-core.scm @@ -214,11 +214,11 @@ (define (gui-error str) (if (gnucash-ui-is-running) (gnc-error-dialog '() str) - (gnc:error "report-impl.scm error: " str))) + (gnc:error "report-core.scm error: " str))) (define (gui-warning str) (if (gnucash-ui-is-running) (gnc-warning-dialog '() str) - (gnc:warn "report-impl.scm warning: " str))) + (gnc:warn "report-core.scm warning: " str))) (define (gui-error-missing-template template-name) (gui-error (string-append