From b4e406ebe37579331abc0edfb868a601fd60e766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zieli=C5=84ski?= Date: Wed, 18 May 2022 16:02:22 +0200 Subject: [PATCH] [MOS-477] Fix a misleading calls DB message Fix a misleading calls DB message --- module-apps/apps-common/DatabaseModel.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module-apps/apps-common/DatabaseModel.hpp b/module-apps/apps-common/DatabaseModel.hpp index 86cb83e2dcf8f1176ec12efc870e7d96ca3a3746..bb002a8e5e5d715de6852dd41f60e57dcc52f917 100644 --- a/module-apps/apps-common/DatabaseModel.hpp +++ b/module-apps/apps-common/DatabaseModel.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. +// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #pragma once @@ -46,7 +46,7 @@ namespace app return true; } else { - LOG_ERROR("Null pointer received from DB"); + LOG_WARN("DB is empty"); return false; } }