diff --git a/linphone-desktop/src/components/core/CoreHandlers.cpp b/linphone-desktop/src/components/core/CoreHandlers.cpp index e99c9c16a..63604e385 100644 --- a/linphone-desktop/src/components/core/CoreHandlers.cpp +++ b/linphone-desktop/src/components/core/CoreHandlers.cpp @@ -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 (); }