From 70c224d8ee2360bc23ff767bacb5401c484ddcbd Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 8 Sep 2003 15:12:10 +0000 Subject: [PATCH] fix incorrect usage of loglevel git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9261 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/log-replay/gnc-log-replay.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/import-export/log-replay/gnc-log-replay.c b/src/import-export/log-replay/gnc-log-replay.c index 68cc05c235..403c4f8bf0 100644 --- a/src/import-export/log-replay/gnc-log-replay.c +++ b/src/import-export/log-replay/gnc-log-replay.c @@ -505,8 +505,8 @@ void gnc_file_log_replay (void) char * expected_header = "mod trans_guid split_guid time_now date_entered date_posted acc_guid acc_name num description notes memo action reconciled amount value date_reconciled"; char * record_start_str = "===== START"; - gnc_should_log(MOD_IMPORT, GNC_LOG_DEBUG); - DEBUG("gnc_file_log_replay(): Begin...\n"); + gnc_set_log_level(MOD_IMPORT, GNC_LOG_DEBUG); + ENTER(" "); default_dir = gnc_lookup_string_option("__paths", "Log Files", NULL); if (default_dir == NULL)