mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
updates
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1438 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -31,13 +31,20 @@
|
||||
#include "util.h"
|
||||
|
||||
/** GLOBALS *********************************************************/
|
||||
/*
|
||||
0 == disable all messages
|
||||
1 == enble only error messages
|
||||
2 == print warnings
|
||||
3 == print info messages
|
||||
4 == print debugging messages
|
||||
*/
|
||||
int loglevel[MODULE_MAX] =
|
||||
{0, /* DUMMY */
|
||||
5, /* ENGINE */
|
||||
1, /* IO */
|
||||
2, /* ENGINE */
|
||||
2, /* IO */
|
||||
2, /* REGISTER */
|
||||
3, /* LEDGER */
|
||||
3, /* GUI */
|
||||
2, /* LEDGER */
|
||||
2, /* GUI */
|
||||
};
|
||||
|
||||
/********************************************************************\
|
||||
|
||||
Reference in New Issue
Block a user