Use sensible logging
This commit is contained in:
parent
5600a9d02a
commit
015af7d771
1 changed files with 1 additions and 2 deletions
|
@ -241,8 +241,7 @@ module.exports = React.createClass({
|
||||||
const url = new URL("https://" + serverName);
|
const url = new URL("https://" + serverName);
|
||||||
this._tryWellKnownDiscovery(url.hostname);
|
this._tryWellKnownDiscovery(url.hostname);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("Problem parsing URL or unhandled error doing .well-known discovery");
|
console.error("Problem parsing URL or unhandled error doing .well-known discovery:", e);
|
||||||
console.error(e);
|
|
||||||
this.setState({discoveryError: _t("Failed to perform homeserver discovery")});
|
this.setState({discoveryError: _t("Failed to perform homeserver discovery")});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue