mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix incorrect log-level usage
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9259 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a0b338d327
commit
679322f156
@ -35,6 +35,7 @@
|
||||
#include "global-options.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include "gnc-engine-util.h"
|
||||
#include "gnc-trace.h"
|
||||
#include "import-settings.h"
|
||||
#include "import-match-map.h"
|
||||
#include "import-match-picker.h"
|
||||
@ -386,7 +387,7 @@ GNCImportMainMatcher *gnc_gen_trans_list_new (GtkWidget *parent,
|
||||
GladeXML *xml;
|
||||
GtkWidget *heading_label;
|
||||
|
||||
gnc_should_log(MOD_IMPORT, GNC_LOG_TRACE);
|
||||
gnc_set_log_level(MOD_IMPORT, GNC_LOG_TRACE);
|
||||
|
||||
info = g_new0 (GNCImportMainMatcher, 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user