From 393de9d0b42146345fef01161392db1eb66d68ae Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Fri, 22 Nov 2013 13:00:55 +0000 Subject: [PATCH] fixed missing arg git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37394 72102866-910b-0410-8b05-ffd578937521 --- Source/GSTLS.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];