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

SCCP: The message can be a MessageBuffer or a plain ByteArray.

This commit is contained in:
Holger Hans Peter Freyther 2010-12-15 16:05:46 +01:00
parent 6f210e2906
commit 3993a4307e
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ Object subclass: SCCPHandler [
sccp := MSGParser parse: (aMsg asByteArray).
] on: Exception do: [
self logError: 'Failed to parse message' area: #sccp.
aMsg asByteArray printNl.
aMsg toMessageOrByteArray printNl.
^ false
].