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:
rfm 2009-08-31 07:47:44 +00:00
parent 486c0d9600
commit 31045e40c9
4 changed files with 10 additions and 6 deletions

View file

@ -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]];
}
/**