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:
Joshua Sled 2007-12-15 22:24:05 +00:00
parent 62e8bdb0ef
commit 8ec203bd6f

View File

@ -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;
/* ================================================================ */