Commit f0287be2 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(src/components/core/CoreHandlers): log global state changes

parent ae7f10ca
......@@ -57,6 +57,8 @@ void CoreHandlers::onGlobalStateChanged (
linphone::GlobalState gstate,
const string &
) {
qInfo() << QStringLiteral("Global state: %1.").arg(gstate);
if (gstate == linphone::GlobalStateOn)
emit coreStarted ();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment