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

GSM48: Correct the exception message to contain the right messages

This commit is contained in:
Holger Hans Peter Freyther 2010-11-24 15:13:14 +01:00
parent f396be9541
commit bceed62002
1 changed files with 2 additions and 1 deletions

View File

@ -279,7 +279,8 @@ IEMessage subclass: GSM48MSG [
].
].
Exception signal: 'No one handles: ', classType, ' and: ', messageType.
Exception signal: 'No one handles: ', classType asString,
' and: ', messageType asString.
]
GSM48MSG class >> parseFrom: aByteArray [