Merge pull request #1130 from matrix-org/rav/log_fixes
Various logging cleanups
This commit is contained in:
commit
1cd152e5f7
3 changed files with 12 additions and 10 deletions
|
@ -330,7 +330,7 @@ module.exports = React.createClass({
|
|||
defaultDeviceDisplayName: this.props.defaultDeviceDisplayName,
|
||||
});
|
||||
}).catch((e) => {
|
||||
console.error("Unable to load session", e);
|
||||
console.error(`Error attempting to load session from token params: ${e}`);
|
||||
return false;
|
||||
}).then((loadedSession) => {
|
||||
if (!loadedSession) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue