* gnc-engine-util.[ch]: add MOD_BUSINESS for logging (eww)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7429 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-11-03 03:33:15 +00:00
parent d8a1e8fa97
commit 53f1e9824a
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2002-11-02 Derek Atkins <derek@ihtfp.com>
* gnc-engine-util.[ch]: add MOD_BUSINESS for logging (eww)
2002-11-01 Chris Lyttle <chris@wilddev.net>
* rpm/gnucash.spec.in: updated to work on rh8

View File

@ -68,6 +68,7 @@ static gncLogLevel loglevel[MOD_LAST + 1] =
GNC_LOG_DEBUG, /* LOT */
GNC_LOG_WARNING, /* ACCOUNT */
GNC_LOG_DEBUG, /* IMPORT */
GNC_LOG_WARNING, /* BUSINESS */
};
static FILE *fout = NULL;

View File

@ -66,7 +66,8 @@ typedef enum
MOD_LOT = 19,
MOD_ACCOUNT = 20,
MOD_IMPORT = 21,
MOD_LAST = 21
MOD_BUSINESS= 22,
MOD_LAST = 22
} gncModuleType;
typedef enum