Added the SAP originating source address, in addition to the SAP identifier hash, to the browser source id
This commit is contained in:
parent
55b7246a08
commit
3f9db3a80b
@ -68,7 +68,7 @@ bool Browser::worker() {
|
|||||||
|
|
||||||
if (sap_.receive(is_announce, msg_id_hash, addr, sdp)) {
|
if (sap_.receive(is_announce, msg_id_hash, addr, sdp)) {
|
||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
ss << "sap:" << msg_id_hash;
|
ss << "sap:" << addr << "-" << msg_id_hash;
|
||||||
std::string id(ss.str());
|
std::string id(ss.str());
|
||||||
BOOST_LOG_TRIVIAL(debug) << "browser:: received SAP message for " << id;
|
BOOST_LOG_TRIVIAL(debug) << "browser:: received SAP message for " << id;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user