Merge pull request #2816 from jryans/trim-preview

Trim the logging for URL previews
pull/21833/head
J. Ryan Stinnett 2019-03-22 20:50:36 +00:00 committed by GitHub
commit 68997f9652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();
},