add debug print
This commit is contained in:
parent
1451ba9a46
commit
b3ea0d1a1b
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user