Update of /cvsroot/mahogany/M/src/mail
In directory usw-pr-cvs1:/tmp/cvs-serv21682/src/mail
Modified Files:
MailFolderCC.cpp
Log Message:
minor tweaks to the debugging trace messages
Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.630
retrieving revision 1.631
diff -b -u -2 -r1.630 -r1.631
--- MailFolderCC.cpp 14 Jul 2002 23:41:22 -0000 1.630
+++ MailFolderCC.cpp 15 Jul 2002 17:03:07 -0000 1.631
@@ -6069,5 +6069,5 @@
ServerInfoEntryCC::~ServerInfoEntryCC()
{
- wxLogTrace(TRACE_CONN_CACHE,
+ wxLogTrace(TRACE_SERVER_CACHE,
"Deleting server entry for %s(%s).",
m_netmbx.host, m_netmbx.user);
@@ -6144,7 +6144,4 @@
m_timeouts.pop_front();
- wxLogTrace(TRACE_CONN_CACHE,
- "Reusing connection to %s.", stream->mailbox);
-
return stream;
}
@@ -6158,5 +6155,5 @@
time_t delay = READ_CONFIG(profile, MP_CONN_CLOSE_DELAY);
- wxLogTrace(TRACE_CONN_CACHE,
+ wxLogTrace(TRACE_SERVER_CACHE,
"Keeping connection to %s alive for %d seconds.",
stream->mailbox, (int)delay);
@@ -6172,5 +6169,5 @@
(ms_connCloseTimer->GetInterval() / 1000 > delay) )
{
- wxLogTrace(TRACE_CONN_CACHE,
+ wxLogTrace(TRACE_SERVER_CACHE,
"Starting connection clean up timer (delay = %ds)", (int)delay);
@@ -6203,5 +6200,5 @@
MAILSTREAM *stream = *i;
- wxLogTrace(TRACE_CONN_CACHE,
+ wxLogTrace(TRACE_SERVER_CACHE,
"Connection to %s timed out, closing.", stream->mailbox);
@@ -6243,5 +6240,5 @@
{
// timer will be restarted in KeepStream() when/if neecessary
- wxLogTrace(TRACE_CONN_CACHE, "Stopping connection clean up timer");
+ wxLogTrace(TRACE_SERVER_CACHE, "Stopping connection clean up timer");
ms_connCloseTimer->Stop();
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates