1
0
Fork 0

log: Make it clear from the log message that this is the ipa disp.

This commit is contained in:
Holger Hans Peter Freyther 2012-03-07 23:44:48 +01:00
parent 886a7c10aa
commit c69c20f9dc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Object subclass: IPADispatcher [
| handler |
<category: 'handler'>
handler := handlers at: aStream ifAbsent: [
self logError: 'No registered handler for ', aStream displayString area: #ipa.
self logError: 'IPADispatcher has no registered handler for ', aStream displayString area: #ipa.
^ false
].