mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
679322f156
commit
3f2513ffb8
@ -91,8 +91,8 @@ void gnc_file_ofx_import (void)
|
|||||||
ofx_INFO_msg = true;
|
ofx_INFO_msg = true;
|
||||||
ofx_STATUS_msg = false;
|
ofx_STATUS_msg = false;
|
||||||
|
|
||||||
gnc_should_log(MOD_IMPORT, GNC_LOG_TRACE);
|
gnc_set_log_level(MOD_IMPORT, GNC_LOG_TRACE);
|
||||||
DEBUG("gnc_file_ofx_import(): Begin...\n");
|
ENTER(" ");
|
||||||
|
|
||||||
default_dir = gnc_lookup_string_option("__paths", "Import OFX", NULL);
|
default_dir = gnc_lookup_string_option("__paths", "Import OFX", NULL);
|
||||||
if (default_dir == NULL)
|
if (default_dir == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user