mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
|
@ -1339,8 +1339,9 @@ typedef struct {
|
|||
|
||||
names = [[NSMessagePortNameServer sharedInstance] namesForPort: self];
|
||||
desc = [NSString stringWithFormat:
|
||||
@"NSMessagePort %p %@ with file name %s",
|
||||
self, ([names count] == 0) ? (id)@"<un-named>" : (id)names, [name bytes]];
|
||||
@"<%s %p %@ with file name %s>",
|
||||
GSClassNameFromObject(self), self,
|
||||
([names count] == 0) ? (id)@"<un-named>" : (id)names, [name bytes]];
|
||||
return desc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue