mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
adding log for redirect cases
This commit is contained in:
parent
747aab2097
commit
9079c8a6b7
1 changed files with 1 additions and 0 deletions
|
@ -363,6 +363,7 @@ void DomainHandler::setRedirectErrorState(QUrl errorUrl, QString reasonMessage,
|
|||
if (getInterstitialModeEnabled()) {
|
||||
_errorDomainURL = errorUrl;
|
||||
_isInErrorState = true;
|
||||
qCDebug(networking) << "Error connecting to domain: " << reasonMessage;
|
||||
emit redirectErrorStateChanged(_isInErrorState);
|
||||
emit redirectToErrorDomainURL(_errorDomainURL);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue