diff --git a/Linphone/model/core/CoreModel.cpp b/Linphone/model/core/CoreModel.cpp index ab7f740d7..89c11163e 100644 --- a/Linphone/model/core/CoreModel.cpp +++ b/Linphone/model/core/CoreModel.cpp @@ -439,11 +439,11 @@ void CoreModel::onAuthenticationRequested(const std::shared_ptr mustBeInLinphoneThread(log().arg(Q_FUNC_INFO)); lWarning() << log().arg("Request failed") << error; emit oidcRequestFailed(error); + oidcModel->forceTimeout(); }); connect(oidcModel, &OIDCModel::finished, this, [this, oidcModel] { mustBeInLinphoneThread(log().arg(Q_FUNC_INFO)); - lWarning() << log().arg("Request finished"); - oidcModel->forceTimeout(); + lInfo() << log().arg("Request finished"); }); if (oidcModel->isTimerRunning()) { emit timeoutTimerStarted();