1
0
Fork 0

Messages: Fix the error reporting

This commit is contained in:
Holger Hans Peter Freyther 2010-11-24 15:20:56 +01:00
parent 69b24ba01d
commit 92c95cab97
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Object subclass: IEMessage [
].
].
^ Exception signal: 'Unsupported IE type: ', type.
^ Exception signal: 'Unsupported IE type: ', type asString.
]
IEMessage class >> decode: aByteArray with: IEBase [