fix incorrect usage of log level

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9260 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2003-09-08 15:10:36 +00:00
parent 679322f156
commit 3f2513ffb8

View File

@ -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)