mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
make format
This commit is contained in:
parent
4edb9d9b45
commit
fd911d0c52
@ -306,8 +306,7 @@ namespace llarp
|
|||||||
continue;
|
continue;
|
||||||
std::array< byte_t, 128 > tmp = {0};
|
std::array< byte_t, 128 > tmp = {0};
|
||||||
llarp_buffer_t buf(tmp);
|
llarp_buffer_t buf(tmp);
|
||||||
if(SendToServiceOrQueue(introset.A.Addr(), buf,
|
if(SendToServiceOrQueue(introset.A.Addr(), buf, eProtocolControl))
|
||||||
eProtocolControl))
|
|
||||||
LogInfo(Name(), " send message to ", introset.A.Addr(), " for tag ",
|
LogInfo(Name(), " send message to ", introset.A.Addr(), " for tag ",
|
||||||
tag.ToString());
|
tag.ToString());
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user