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

This commit is contained in:
Ronan Abhamon 2017-05-10 12:03:55 +02:00
parent ae7f10ca80
commit f0287be232

View file

@ -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 ();
}