From b3ea0d1a1b970d37822f7a425f1e746e3d2a1bfe Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 14 Sep 2017 13:37:38 +0200 Subject: [PATCH] add debug print --- server/guhcore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/guhcore.cpp b/server/guhcore.cpp index 13615e33..ebde582d 100644 --- a/server/guhcore.cpp +++ b/server/guhcore.cpp @@ -415,7 +415,7 @@ void GuhCore::init() { qCDebug(dcApplication) << "Creating Log Engine"; m_logger = new LogEngine(this); - qCDebug(dcApplication) << "Creating Device Manager"; + qCDebug(dcApplication) << "Creating Device Manager (locale:" << m_configuration->locale() << ")"; m_deviceManager = new DeviceManager(m_configuration->locale(), this); qCDebug(dcApplication) << "Creating Rule Engine";