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

sccp: Be less verbose on failed parsing messages

We could signal a Notification with the message that could not
be parsed. The actual printNl with the message didn't work either.
This commit is contained in:
Holger Hans Peter Freyther 2014-03-14 13:29:57 +01:00
parent f8fc45deb0
commit b6f1033772
1 changed files with 1 additions and 2 deletions

View File

@ -584,8 +584,7 @@ deadlocks should not occur.'>
[
sccp := self class dissectMSG: aMsg.
] on: Exception do: [:e |
e logException: 'Failed to parse message' area: #sccp.
aMsg toMessageOrByteArray printNl.
self logNotice: 'Failed to parse message' area: #sccp.
^ false
].