diff options
author | roel <roel@7b491191-dbf0-0310-aff6-d879d4d69008> | 2001-11-15 11:57:46 +0000 |
---|---|---|
committer | roel <roel@7b491191-dbf0-0310-aff6-d879d4d69008> | 2001-11-15 11:57:46 +0000 |
commit | 5a157b653db64d987ab00daa93cac14c0a225050 (patch) | |
tree | 0ddfee17e34262721e2216b69b3ce0bec6d21290 /imap4.c | |
parent | 34d57c194026617d26f182938d676107ef55fa78 (diff) |
*** empty log message ***
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@336 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'imap4.c')
-rw-r--r-- | imap4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ #include "dbmysql.h" #define MAX_LINESIZE 1024 -#define COMMAND_SHOW_LEVEL TRACE_ERROR +#define COMMAND_SHOW_LEVEL TRACE_INFO #define null_free(p) { my_free(p); p = NULL; } |