mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +01:00
Fixed typo
This commit is contained in:
parent
c9fa75201f
commit
abf69d70fa
@ -44,7 +44,7 @@ static void onDoorlockUpdate(const Clientmessage &msg)
|
||||
{
|
||||
const auto& doormessage = msg.doormessage();
|
||||
l("Received message", LogLevel::info);
|
||||
l((std::string)" token" + msg.token(),
|
||||
l((std::string)" token: " + msg.token(),
|
||||
LogLevel::info);
|
||||
l((std::string)" open: " + std::to_string(doormessage.isOpen),
|
||||
LogLevel::info);
|
||||
|
Loading…
Reference in New Issue
Block a user