Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2816 from jryans/trim-preview
Browse files Browse the repository at this point in the history
Trim the logging for URL previews
  • Loading branch information
jryans authored Mar 22, 2019
2 parents 140e0d6 + c17f7a2 commit 68997f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/rooms/LinkPreviewWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = React.createClass({
this.props.onHeightChanged,
);
}, (error)=>{
console.error("Failed to get preview for " + this.props.link + " " + error);
console.error("Failed to get URL preview: " + error);
}).done();
},

Expand Down

0 comments on commit 68997f9

Please sign in to comment.