From a8f98633d1ab18b44fff1463b461dc6d5348ce04 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Thu, 11 Sep 2003 13:08:30 +0000 Subject: [PATCH] clean up error message git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9279 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/ofx/gnc-ofx-import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import-export/ofx/gnc-ofx-import.c b/src/import-export/ofx/gnc-ofx-import.c index 66c1b08484..4dfea19f31 100644 --- a/src/import-export/ofx/gnc-ofx-import.c +++ b/src/import-export/ofx/gnc-ofx-import.c @@ -640,7 +640,7 @@ int ofx_proc_account_cb(struct OfxAccountData data) } else { - PERR("Gnucash ofx_proc_account():FATAL ERROR' account online ID not available\n"); + PERR("account online ID not available"); } return 0;