change log level of message send success

This commit is contained in:
Thomas Winget 2019-07-25 14:31:53 -04:00
parent 183ec25717
commit 5e0fc2bc71
1 changed files with 1 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ namespace llarp
{
if(status == SendStatus::Success)
{
LogInfo("Message successfully sent to ", remote);
LogDebug("Message successfully sent to ", remote);
}
else
{