mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
imprve debug info a little
This commit is contained in:
parent
d988153800
commit
f071a8c7d0
1 changed files with 2 additions and 2 deletions
|
@ -3141,8 +3141,8 @@ static NSLock *cached_proxies_gate = nil;
|
|||
{
|
||||
BOOL warned = NO;
|
||||
|
||||
NSDebugMLLog(@"RMC", @"Waiting for reply RMC %d (%s) on %@",
|
||||
sn, request, self);
|
||||
NSDebugMLLog(@"RMC", @"Waiting up to %g sec for reply RMC %d (%s) on %@",
|
||||
IreplyTimeout, sn, request, self);
|
||||
GS_M_LOCK(IrefGate); isLocked = YES;
|
||||
while (IisValid == YES
|
||||
&& (node = GSIMapNodeForKey(IreplyMap, (GSIMapKey)(NSUInteger)sn)) != 0
|
||||
|
|
Loading…
Reference in a new issue