aboutsummaryrefslogtreecommitdiffstats
path: root/SCCPHandler.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-14 15:11:54 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-03-14 15:11:54 +0100
commit0c26b1e048fe5da045c4e803a8ea56f27791be8d (patch)
tree7fbb1284664f6c4e33b8a76f022f4c2c649e9770 /SCCPHandler.st
parentb6f1033772f01c370b1afce6f933f4728601d720 (diff)
sccp: Be a bit more specific about the kind of failure
Diffstat (limited to 'SCCPHandler.st')
-rw-r--r--SCCPHandler.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCCPHandler.st b/SCCPHandler.st
index a4f334b..99c18ff 100644
--- a/SCCPHandler.st
+++ b/SCCPHandler.st
@@ -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
].