mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 21:03:09 +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()) {
|
if (getInterstitialModeEnabled()) {
|
||||||
_errorDomainURL = errorUrl;
|
_errorDomainURL = errorUrl;
|
||||||
_isInErrorState = true;
|
_isInErrorState = true;
|
||||||
|
qCDebug(networking) << "Error connecting to domain: " << reasonMessage;
|
||||||
emit redirectErrorStateChanged(_isInErrorState);
|
emit redirectErrorStateChanged(_isInErrorState);
|
||||||
emit redirectToErrorDomainURL(_errorDomainURL);
|
emit redirectToErrorDomainURL(_errorDomainURL);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue