smalltalk
/
osmo-st-smpp
Archived
1
0
Fork 0

codec: Fix the error message and print the real commandId

This commit is contained in:
Holger Hans Peter Freyther 2014-06-17 18:49:48 +02:00
parent 7bee831b63
commit eacd66d90a
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ sub-classes will provide the specific bodies.'>
aHeader commandId = each messageType
ifTrue: [^each new readFrom: aStream]].
^self error: 'No handler for command id = %1' % aHeader commandId displayString.
^self error: 'No handler for command id = %1' % {aHeader commandId displayString}.
]
readFrom: aStream [