Skip to content

Commit

Permalink
Merge pull request #12 from panoplyio/change-to-warn
Browse files Browse the repository at this point in the history
Changed another skipped error to warning
  • Loading branch information
avinoamr authored Sep 11, 2016
2 parents 67fb2e0 + cdcf709 commit fb60847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ FacebookInsightStream.prototype._collect = function ( metrics, item, buffer, eve
}
})
.catch( SkippedError, function ( error ) {
console.log( "facebook-insights skipped error", error );
console.warn( "facebook-insights skipped error", error );
})
.then( function () {
// remove the current paramater when done
Expand Down

0 comments on commit fb60847

Please sign in to comment.