1
0
Fork 0

SCCP: Be more precise about the exception

This commit is contained in:
Holger Hans Peter Freyther 2010-12-11 08:50:10 +01:00
parent 761201406b
commit 145efcb789
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ classes.'>
self dispatch: msg.
].
] on: SystemExceptions.EndOfStream do: [
'Server is disconnected' printNl.
'SCCP Connection is now disconnected' printNl.
].
] ensure: [
completeSem signal.