diff --git a/index.js b/index.js index 3cf49b0..7412c4b 100644 --- a/index.js +++ b/index.js @@ -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