[asterisk-scf-commits] asterisk-scf/release/media_operations_core.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Sep 14 15:21:16 CDT 2011
branch "master" has been updated
via e9a724da2ab813c7605606531d5a554bdbc3cac2 (commit)
from 4456735a649c3828f7f228f1f77a1dc06ad06079 (commit)
Summary of changes:
src/TranslatorOperation.cpp | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit e9a724da2ab813c7605606531d5a554bdbc3cac2
Author: Mark Michelson <mmichelson at digium.com>
Date: Wed Sep 14 15:22:34 2011 -0500
Make adjustments from CR-ASTSCF-156
diff --git a/src/TranslatorOperation.cpp b/src/TranslatorOperation.cpp
index 078016a..ea25865 100644
--- a/src/TranslatorOperation.cpp
+++ b/src/TranslatorOperation.cpp
@@ -47,7 +47,7 @@ TranslatorOperation::TranslatorOperation(const Ice::ObjectAdapterPtr& adapter,
TranslatorOperation::~TranslatorOperation()
{
- mLogger(Debug) << "UlawAlawOperation destructor called";
+ mLogger(Debug) << "TranslatorOperation destructor called";
try
{
@@ -58,6 +58,10 @@ TranslatorOperation::~TranslatorOperation()
{
mLogger(Error) << "Exception caught while trying to remove source and sink from object adapter";
}
+ catch (...)
+ {
+ mLogger(Error) << "Exception caught while trying to remove source and sink from object adapter";
+ }
}
void TranslatorOperation::setState()
-----------------------------------------------------------------------
--
asterisk-scf/release/media_operations_core.git
More information about the asterisk-scf-commits
mailing list