1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +02:00

DEBUG macro moved to config.h

This commit is contained in:
Sebastien Helleu
2003-11-09 00:03:57 +00:00
parent 97d5c9bd0e
commit 176198fdc6
6 changed files with 8 additions and 30 deletions
-3
View File
@@ -51,9 +51,6 @@
#define WEECHAT_ERROR _(PACKAGE_NAME " Error:")
#define WEECHAT_WARNING _(PACKAGE_NAME " Warning:")
/* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
#define DEBUG 0
/* log file */
#define WEECHAT_LOG_NAME "weechat.log"