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

mgcp: We want to create an Error and raise it here

This is not a log message. This means the area: argument of the
message is completely bogus. Found while running a MGCP CallAgent
and the MGCP GW was restarting.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-10 18:58:45 +02:00
parent 08ebcfdab3
commit 216c6fdcb6
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Object subclass: MGCPEndpoint [
<category: 'allocation'>
state = aState ifFalse: [
^ self error: 'MGCPEndpoint(%1) not %2.'
% {self endpointName. aState} area: #mgcp.
% {self endpointName. aState}.
].
]