summaryrefslogtreecommitdiff
path: root/imap4.c
diff options
context:
space:
mode:
authorroel <roel@7b491191-dbf0-0310-aff6-d879d4d69008>2001-11-15 11:57:46 +0000
committerroel <roel@7b491191-dbf0-0310-aff6-d879d4d69008>2001-11-15 11:57:46 +0000
commit5a157b653db64d987ab00daa93cac14c0a225050 (patch)
tree0ddfee17e34262721e2216b69b3ce0bec6d21290 /imap4.c
parent34d57c194026617d26f182938d676107ef55fa78 (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4.c b/imap4.c
index 14daa086..77fe31b4 100644
--- a/imap4.c
+++ b/imap4.c
@@ -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; }