doorlock-client: be even more verbose

Signed-off-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
This commit is contained in:
Ralf Ramsauer 2016-07-21 20:50:32 +02:00
parent 42f168ff19
commit 48d0fcaf6f
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ static void onDoorlockUpdate(const Clientmessage &msg)
LogLevel::info);
if (mainWindow) {
mainWindow->setClientmessage(msg);
l(LogLevel::info, "Clientmessage successfully set");
} else {
l(LogLevel::error, "No valid UI object!");
}