From 8f021b24af40b15a01a2133d659213681a394862 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 29 Sep 2004 14:57:06 +0000 Subject: [PATCH] minor log enh git-svn-id: http://svn.opengroupware.org/SOGo/trunk@334 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/Mailer/ChangeLog | 4 ++++ SOGo/SoObjects/Mailer/SOGoMailManager.m | 3 ++- SOGo/SoObjects/Mailer/Version | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/SOGo/SoObjects/Mailer/ChangeLog b/SOGo/SoObjects/Mailer/ChangeLog index a09246c8..158de732 100644 --- a/SOGo/SoObjects/Mailer/ChangeLog +++ b/SOGo/SoObjects/Mailer/ChangeLog @@ -1,3 +1,7 @@ +2004-09-29 Helge Hess + + * SOGoMailManager.m: minor improvement to error logging (v0.9.15) + 2004-09-29 Helge Hess * v0.9.14 diff --git a/SOGo/SoObjects/Mailer/SOGoMailManager.m b/SOGo/SoObjects/Mailer/SOGoMailManager.m index 09b76747..be260354 100644 --- a/SOGo/SoObjects/Mailer/SOGoMailManager.m +++ b/SOGo/SoObjects/Mailer/SOGoMailManager.m @@ -143,7 +143,8 @@ static NSTimeInterval PoolScanInterval = 5 * 60; result = [client login:[_url user] password:_pwd]; if (![[result valueForKey:@"result"] boolValue]) { - [self logWithFormat:@"ERROR: IMAP4 login failed!"]; + [self logWithFormat:@"ERROR: IMAP4 login failed! (%@,pwd=%s,%@)", + [_url absoluteString], [_pwd length] > 0 ? "yes" : "no", client]; return nil; } diff --git a/SOGo/SoObjects/Mailer/Version b/SOGo/SoObjects/Mailer/Version index cc039aca..cf9e5c12 100644 --- a/SOGo/SoObjects/Mailer/Version +++ b/SOGo/SoObjects/Mailer/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=14 +SUBMINOR_VERSION:=15 -- 2.39.5