mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
fixed missing arg
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37394 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4e2fac2af
commit
393de9d0b4
1 changed files with 1 additions and 1 deletions
|
@ -1212,7 +1212,7 @@ static NSMutableDictionary *credentialsCache = nil;
|
||||||
|
|
||||||
if (YES == debug)
|
if (YES == debug)
|
||||||
{
|
{
|
||||||
NSLog(@"%@ created credentials %p for '%@'", c, k);
|
NSLog(@"%@ created credentials %p for '%@'", self, c, k);
|
||||||
}
|
}
|
||||||
[credentialsLock lock];
|
[credentialsLock lock];
|
||||||
[credentialsCache setObject: c forKey: c->name];
|
[credentialsCache setObject: c forKey: c->name];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue