diff --git a/Source/GSTLS.m b/Source/GSTLS.m index 368220db3..afeaa33d3 100644 --- a/Source/GSTLS.m +++ b/Source/GSTLS.m @@ -1212,7 +1212,7 @@ static NSMutableDictionary *credentialsCache = nil; if (YES == debug) { - NSLog(@"%@ created credentials %p for '%@'", c, k); + NSLog(@"%@ created credentials %p for '%@'", self, c, k); } [credentialsLock lock]; [credentialsCache setObject: c forKey: c->name];