add new fatal error mesage type

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1734 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 27 years ago
parent 2fb0325f8f
commit 52d94e4f23

@ -73,6 +73,7 @@ extern int loglevel[MODULE_MAX];
#endif
/* utility macros */
#define FATAL(x...) LG(1, "Fatal Error: "); LG(1, ##x);
#define PERR(x...) LG(LERR, "Error: "); LG(LERR, ##x);
#define PWARN(x...) LG(LWARN, "Waring: "); LG(LWARN, ##x);
#define PINFO(x...) LG(LINFO, "Info: "); LG(LINFO, ##x);

Loading…
Cancel
Save