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 ( ...@@ -57,6 +57,8 @@ void CoreHandlers::onGlobalStateChanged (
linphone::GlobalState gstate, linphone::GlobalState gstate,
const string & const string &
) { ) {
qInfo() << QStringLiteral("Global state: %1.").arg(gstate);
if (gstate == linphone::GlobalStateOn) if (gstate == linphone::GlobalStateOn)
emit coreStarted (); 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