diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js index 019446ae84..7773f4f38c 100644 --- a/src/components/structures/MatrixChat.js +++ b/src/components/structures/MatrixChat.js @@ -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) {