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;
|
||||
std::array< byte_t, 128 > tmp = {0};
|
||||
llarp_buffer_t buf(tmp);
|
||||
if(SendToServiceOrQueue(introset.A.Addr(), buf,
|
||||
eProtocolControl))
|
||||
if(SendToServiceOrQueue(introset.A.Addr(), buf, eProtocolControl))
|
||||
LogInfo(Name(), " send message to ", introset.A.Addr(), " for tag ",
|
||||
tag.ToString());
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user