From: helge Date: Mon, 21 Jun 2004 08:28:13 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@52 d1b88da0-ebda-0310-925b-ed51d8... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07eca1dcd31814fc609cc88845122a352b8a26a;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@52 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/dbd/DSoAuthenticator.m b/dbd/DSoAuthenticator.m index 5d2eadeb..1fdc38d8 100644 --- a/dbd/DSoAuthenticator.m +++ b/dbd/DSoAuthenticator.m @@ -34,7 +34,7 @@ @implementation DSoAuthenticator -static BOOL debugOn = YES; +static BOOL debugOn = NO; // TODO: might want to cache authenticator objects ... @@ -120,7 +120,7 @@ static BOOL debugOn = YES; EOAdaptorChannel *adch; BOOL ok; - [self logWithFormat:@"check login: %@", _login]; + [self debugWithFormat:@"check login: %@", _login]; /* create all necessary objects */ @@ -128,7 +128,7 @@ static BOOL debugOn = YES; adctx = [adaptor createAdaptorContext]; adch = [adctx createAdaptorChannel]; - [self logWithFormat:@" channel: %@", adch]; + [self debugWithFormat:@" channel: %@", adch]; /* open channel to check whether credentials are valid */