diff --git a/gnucash/report/gnc-report.c b/gnucash/report/gnc-report.c index c8ed10c15b..14b4dafb61 100644 --- a/gnucash/report/gnc-report.c +++ b/gnucash/report/gnc-report.c @@ -230,6 +230,7 @@ gnc_run_report_with_error_handling (gint report_id, gchar ** data, gchar **errms { *errmsg = gnc_scm_to_utf8_string (captured_error); *data = NULL; + PWARN ("Error in report: %s", *errmsg); return FALSE; } }