mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 18:34:25 +01:00
doorlock-client: be even more verbose
Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
parent
42f168ff19
commit
48d0fcaf6f
@ -56,6 +56,7 @@ static void onDoorlockUpdate(const Clientmessage &msg)
|
|||||||
LogLevel::info);
|
LogLevel::info);
|
||||||
if (mainWindow) {
|
if (mainWindow) {
|
||||||
mainWindow->setClientmessage(msg);
|
mainWindow->setClientmessage(msg);
|
||||||
|
l(LogLevel::info, "Clientmessage successfully set");
|
||||||
} else {
|
} else {
|
||||||
l(LogLevel::error, "No valid UI object!");
|
l(LogLevel::error, "No valid UI object!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user