Merge pull request #1139 from matrix-org/rav/fix_incorrect_log

Fix an incorrect console error
pull/21833/head
David Baker 2017-06-22 15:21:09 +01:00 committed by GitHub
commit c101459e63
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ module.exports = React.createClass({
defaultDeviceDisplayName: this.props.defaultDeviceDisplayName,
});
}).catch((e) => {
console.error(`Error attempting to load session from token params: ${e}`);
console.error(`Error attempting to load session: ${e}`);
return false;
}).then((loadedSession) => {
if (!loadedSession) {