mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-11-15 19:49:12 +01:00
Typo
This commit is contained in:
parent
2a6ea56e74
commit
ad77fbe86b
@ -169,7 +169,7 @@ bool Door::writeCMD(char c)
|
||||
if (readByte(response, Milliseconds(100)))
|
||||
{
|
||||
if (c != response) {
|
||||
_logger(LogLevel::error, "Sent command '%c' but gor response '%c'", c, response);
|
||||
_logger(LogLevel::error, "Sent command '%c' but got response '%c'", c, response);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user