mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
begine modernization of debuggin infrastructure
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1425 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -31,7 +31,13 @@
|
||||
#include "util.h"
|
||||
|
||||
/** GLOBALS *********************************************************/
|
||||
int loglevel = 1;
|
||||
int loglevel[MODULE_MAX] =
|
||||
{0, /* DUMMY */
|
||||
4, /* ENGINE */
|
||||
1, /* IO */
|
||||
3, /* REGISTER */
|
||||
2, /* GUI */
|
||||
};
|
||||
|
||||
/********************************************************************\
|
||||
* DEBUGGING MEMORY ALLOCATION STUFF *
|
||||
|
||||
Reference in New Issue
Block a user