use of loge

This commit is contained in:
2022-07-14 18:39:06 +02:00
parent 9ce1f4a1a8
commit ddbba7399d
5 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ bool Client::Connect(const network::IPAddresses& addresses, std::uint16_t port)
return true;
}
}
utils::LOG("Failed to connect !");
utils::LOGE("Failed to connect !");
return false;
}