From 3f2513ffb8543a274ac6b7904e678990cd2b49ad Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 8 Sep 2003 15:10:36 +0000 Subject: [PATCH] fix incorrect usage of log level git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9260 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/ofx/gnc-ofx-import.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/import-export/ofx/gnc-ofx-import.c b/src/import-export/ofx/gnc-ofx-import.c index 96c455197f..66c1b08484 100644 --- a/src/import-export/ofx/gnc-ofx-import.c +++ b/src/import-export/ofx/gnc-ofx-import.c @@ -91,8 +91,8 @@ void gnc_file_ofx_import (void) ofx_INFO_msg = true; ofx_STATUS_msg = false; - gnc_should_log(MOD_IMPORT, GNC_LOG_TRACE); - DEBUG("gnc_file_ofx_import(): Begin...\n"); + gnc_set_log_level(MOD_IMPORT, GNC_LOG_TRACE); + ENTER(" "); default_dir = gnc_lookup_string_option("__paths", "Import OFX", NULL); if (default_dir == NULL)