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

sccp: Be a bit more specific about the kind of failure

This commit is contained in:
Holger Hans Peter Freyther 2014-03-14 15:11:54 +01:00
parent b6f1033772
commit 0c26b1e048
1 changed files with 1 additions and 1 deletions

View File

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