Skip to content

Commit

Permalink
Merge pull request #4557 from vector-im/rav/homepage_again
Browse files Browse the repository at this point in the history
more HomePage tweaks
  • Loading branch information
richvdh authored Jul 11, 2017
2 parents d25b441 + bc60fa8 commit a201f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/structures/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ module.exports = React.createClass({
}

if (err || response.status < 200 || response.status >= 300) {
console.log(err);
this.setState({ page: "Couldn't load home page" });
console.warn(`Error loading home page: ${err}`);
this.setState({ page: _t("Couldn't load home page") });
return;
}

Expand Down

0 comments on commit a201f74

Please sign in to comment.