Added the SAP originating source address, in addition to the SAP identifier hash, to the browser source id

This commit is contained in:
Andrea Bondavalli 2021-12-30 10:01:08 +01:00
parent 55b7246a08
commit 3f9db3a80b

View File

@ -68,7 +68,7 @@ bool Browser::worker() {
if (sap_.receive(is_announce, msg_id_hash, addr, sdp)) {
std::stringstream ss;
ss << "sap:" << msg_id_hash;
ss << "sap:" << addr << "-" << msg_id_hash;
std::string id(ss.str());
BOOST_LOG_TRIVIAL(debug) << "browser:: received SAP message for " << id;