1
0
Fork 0

protohandler: Attempt to print the type of the message

This commit is contained in:
Holger Hans Peter Freyther 2010-10-13 23:02:08 +02:00
parent 179485acd6
commit 6bb41f470b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Object subclass: IPAProtoHandler [
| selector |
selector := handlers at: (aMsg first asInteger) ifAbsent: [
'Message not understood...' printNl.
('Message not understood...', aMsg first asInteger) printNl.
^ false
].