@implementation DSoAuthenticator
-static BOOL debugOn = YES;
+static BOOL debugOn = NO;
// TODO: might want to cache authenticator objects ...
EOAdaptorChannel *adch;
BOOL ok;
- [self logWithFormat:@"check login: %@", _login];
+ [self debugWithFormat:@"check login: %@", _login];
/* create all necessary objects */
adctx = [adaptor createAdaptorContext];
adch = [adctx createAdaptorChannel];
- [self logWithFormat:@" channel: %@", adch];
+ [self debugWithFormat:@" channel: %@", adch];
/* open channel to check whether credentials are valid */