1
0
Fork 0

ipa: Use displayString as it works on arrays and such as well

This commit is contained in:
Holger Hans Peter Freyther 2011-07-24 11:37:45 +02:00
parent 619df3f302
commit 5fd2eb9b11
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Object subclass: IPADispatcher [
dispatch: aStream with: aData [
| handler |
handler := handlers at: aStream ifAbsent: [
self logError: 'No registered handler for ', aStream asString area: #ipa.
self logError: 'No registered handler for ', aStream displayString area: #ipa.
^ false
].