sbc: call registry: more verbosity on new entry

1.4.3+spce3.0
Stefan Sayer 13 years ago
parent 26035b6f26
commit 6e77a3afe6

@ -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) {

Loading…
Cancel
Save