mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
more specific log domain.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16654 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
62e8bdb0ef
commit
8ec203bd6f
@ -51,7 +51,10 @@
|
||||
#include "TransactionP.h"
|
||||
#include "gnc-commodity.h"
|
||||
|
||||
static QofLogModule log_module = GNC_MOD_SCRUB;
|
||||
#undef G_LOG_DOMAIN
|
||||
#define G_LOG_DOMAIN "gnc.engine.scrub"
|
||||
|
||||
static QofLogModule log_module = G_LOG_DOMAIN;
|
||||
|
||||
/* ================================================================ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user