mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
d8a1e8fa97
commit
53f1e9824a
@ -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>
|
2002-11-01 Chris Lyttle <chris@wilddev.net>
|
||||||
|
|
||||||
* rpm/gnucash.spec.in: updated to work on rh8
|
* rpm/gnucash.spec.in: updated to work on rh8
|
||||||
|
@ -68,6 +68,7 @@ static gncLogLevel loglevel[MOD_LAST + 1] =
|
|||||||
GNC_LOG_DEBUG, /* LOT */
|
GNC_LOG_DEBUG, /* LOT */
|
||||||
GNC_LOG_WARNING, /* ACCOUNT */
|
GNC_LOG_WARNING, /* ACCOUNT */
|
||||||
GNC_LOG_DEBUG, /* IMPORT */
|
GNC_LOG_DEBUG, /* IMPORT */
|
||||||
|
GNC_LOG_WARNING, /* BUSINESS */
|
||||||
};
|
};
|
||||||
|
|
||||||
static FILE *fout = NULL;
|
static FILE *fout = NULL;
|
||||||
|
@ -66,7 +66,8 @@ typedef enum
|
|||||||
MOD_LOT = 19,
|
MOD_LOT = 19,
|
||||||
MOD_ACCOUNT = 20,
|
MOD_ACCOUNT = 20,
|
||||||
MOD_IMPORT = 21,
|
MOD_IMPORT = 21,
|
||||||
MOD_LAST = 21
|
MOD_BUSINESS= 22,
|
||||||
|
MOD_LAST = 22
|
||||||
} gncModuleType;
|
} gncModuleType;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
Loading…
Reference in New Issue
Block a user