mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-11 01:02:54 +02:00
compiler on mac doesn't like this. not really needed though
This commit is contained in:
parent
69efa924e2
commit
36219c59ae
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ void PubSubListener::subscribe()
|
||||||
auto scope = tracer->WithActiveSpan(span);
|
auto scope = tracer->WithActiveSpan(span);
|
||||||
span->SetAttribute("message_id", m.message_id());
|
span->SetAttribute("message_id", m.message_id());
|
||||||
span->SetAttribute("ordering_key", m.ordering_key());
|
span->SetAttribute("ordering_key", m.ordering_key());
|
||||||
span->SetAttribute("attributes", m.attributes().size());
|
|
||||||
|
|
||||||
fprintf(stderr, "Received message %s\n", m.message_id().c_str());
|
fprintf(stderr, "Received message %s\n", m.message_id().c_str());
|
||||||
onNotification(m.data());
|
onNotification(m.data());
|
||||||
|
|
Loading…
Add table
Reference in a new issue