mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
from dirk
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1688 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4e23a304c3
commit
3d8d38c437
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user