* serv_pop3.c: minor change to logging output
authorArt Cancro <ajc@citadel.org>
Tue, 25 Jan 2005 20:58:08 +0000 (20:58 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 25 Jan 2005 20:58:08 +0000 (20:58 +0000)
citadel/ChangeLog
citadel/serv_pop3.c

index 73b71399f2c1f223c1ff00122b955cabee95ba05..488011e884041dadb3e157d1a217406c6fe8bdc9 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 630.4  2005/01/25 20:58:07  ajc
+ * serv_pop3.c: minor change to logging output
+
  Revision 630.3  2005/01/25 15:02:12  error
  * Updated SSL/TLS code to actually use the TLS cipher suites
 
@@ -6308,3 +6311,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index cc01a6b1ac5a305a2d0dc014c2117d200cec3cea..8e10bbf1f3a88787c428f026cfa54ddbf994294e 100644 (file)
@@ -125,7 +125,6 @@ void pop3_user(char *argbuf) {
  */
 void pop3_add_message(long msgnum, void *userdata) {
        FILE *fp;
-       lprintf(CTDL_DEBUG, "in pop3_add_message()\n");
        struct MetaData smi;
 
        ++POP3->num_msgs;