Module: sems Branch: sayer/1.4-spce3.0 Commit: 6e77a3afe61d8a3036f0941b65f8e067034c5ff8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=6e77a3afe61d8a3036f0941b65f8e067034c5ff8
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Aug 19 18:21:55 2013 +0200 sbc: call registry: more verbosity on new entry --- apps/sbc/SBCCallRegistry.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/sbc/SBCCallRegistry.cpp b/apps/sbc/SBCCallRegistry.cpp index c0677c4..8d116fd 100644 --- a/apps/sbc/SBCCallRegistry.cpp +++ b/apps/sbc/SBCCallRegistry.cpp @@ -34,7 +34,7 @@ void SBCCallRegistry::addCall(const string& ltag, const SBCCallRegistryEntry& ot registry[ltag] = other_dlg; registry_mutex.unlock(); - DBG("SBCCallRegistry: Added call '%s' - mapped to: '%s'\n", ltag.c_str(), other_dlg.ltag.c_str()); + DBG("SBCCallRegistry: Added call '%s' - mapped to: '%s'/'%s'/'%s'\n", ltag.c_str(), other_dlg.ltag.c_str(), other_dlg.rtag.c_str(), other_dlg.callid.c_str()); } void SBCCallRegistry::updateCall(const string& ltag, const string& other_rtag) { _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
