aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/applicationextension/mextensionhandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extensions/applicationextension/mextensionhandle.cpp')
-rw-r--r--src/extensions/applicationextension/mextensionhandle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extensions/applicationextension/mextensionhandle.cpp b/src/extensions/applicationextension/mextensionhandle.cpp
index 2a5465bd..dfbaf7fe 100644
--- a/src/extensions/applicationextension/mextensionhandle.cpp
+++ b/src/extensions/applicationextension/mextensionhandle.cpp
@@ -288,7 +288,7 @@ void MExtensionHandle::connectionEstablished()
Q_D(MExtensionHandle);
if (state() != MExtensionHandleModel::STARTING) {
- qWarning() << "MExtensionHandle::connectionEstablished() - Internal error, MExtensionHandle state differs from MExtensionHandleModel::STARTING";
+ mWarning("MExtensionHandle") << "Internal error: MExtensionHandle state differs from MExtensionHandleModel::STARTING";
return;
}
@@ -414,7 +414,7 @@ void MExtensionHandle::messageReceived(const MAppletMessage &message)
break;
}
default:
- qWarning() << "IPC protocol error! Got message type:" << message.type();
+ mWarning("MExtensionHandle") << "IPC protocol error! Got message type:" << message.type();
break;
}
}