Module: sems Branch: master Commit: ace0355f20745fe7e8efd07f2cfc4a310d772e35 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=ace0355f20745fe7e8efd07f2cfc4a310d772e35
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Jan 10 22:38:52 2011 +0100 removed extra debug message --- apps/registrar_client/SIPRegistrarClient.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/apps/registrar_client/SIPRegistrarClient.cpp b/apps/registrar_client/SIPRegistrarClient.cpp index 682942b..69b3f38 100644 --- a/apps/registrar_client/SIPRegistrarClient.cpp +++ b/apps/registrar_client/SIPRegistrarClient.cpp @@ -100,8 +100,6 @@ void SIPRegistration::doRegistration() dlg.remote_uri = req.r_uri; // set outbound proxy as next hop - DBG("proxy is '%s' <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n", - info.proxy.c_str()); if (!info.proxy.empty()) { dlg.outbound_proxy = info.proxy; } else if (!AmConfig::OutboundProxy.empty()) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
