from dirk

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1688 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1999-04-11 05:06:35 +00:00
parent 4e23a304c3
commit 3d8d38c437

View File

@ -68,6 +68,9 @@ extern int loglevel[MODULE_MAX];
#define LDEBUG (4 <= loglevel[module])
#define LDETAIL (5 <= loglevel[module])
#ifdef KDE
#undef DEBUG
#endif
/* utility macros */
#define PERR(x...) LG(LERR, "Error: "); LG(LERR, ##x);