mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
further tweak description details
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28579 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
486c0d9600
commit
31045e40c9
4 changed files with 10 additions and 6 deletions
|
@ -800,8 +800,8 @@ static NSLock *cached_proxies_gate = nil;
|
|||
|
||||
- (NSString*) description
|
||||
{
|
||||
return [NSString stringWithFormat: @"%@ recv: 0x%x send 0x%x",
|
||||
[super description], (uintptr_t)[self receivePort], (uintptr_t)[self sendPort]];
|
||||
return [NSString stringWithFormat: @"%@ recv: %@ send %@",
|
||||
[super description], [self receivePort], [self sendPort]];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue