1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-05-29 02:45:07 +02:00

Fixed typo

This commit is contained in:
Ralf Ramsauer 2015-10-01 18:02:25 +02:00
parent c9fa75201f
commit abf69d70fa

View File

@ -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);