1
0
Fork 0

ipa: Add a space between the string and the stream id

This commit is contained in:
Holger Hans Peter Freyther 2013-04-29 15:42:16 +02:00
parent 6df7f5e488
commit 529b082c10
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Object subclass: IPAProtoHandler [
<category: 'dispatch'>
selector := self class handlers at: (aMsg first asInteger) ifAbsent: [
self logError: 'IPA message not understood', aMsg first asInteger asString
self logError: 'IPA message not understood ', aMsg first asInteger asString
area: #ipa.
^ false
].