]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@52 d1b88da0-ebda-0310-925b-ed51d8...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 21 Jun 2004 08:28:13 +0000 (08:28 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 21 Jun 2004 08:28:13 +0000 (08:28 +0000)
dbd/DSoAuthenticator.m

index 5d2eadeba38a12f92e9d9796be91e61f4169427f..1fdc38d89f83698ac9f2a6fee305afe0b1525ab7 100644 (file)
@@ -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 */