|
@ -19,6 +19,7 @@ function Insight(opts) { |
|
|
|
|
|
|
|
|
var _parseErr = function(err, res) { |
|
|
var _parseErr = function(err, res) { |
|
|
if (err) { |
|
|
if (err) { |
|
|
|
|
|
log.warn('Insight error: ', err); |
|
|
return "Insight Error"; |
|
|
return "Insight Error"; |
|
|
} |
|
|
} |
|
|
log.warn("Insight " + res.request.href + " Returned Status: " + res.statusCode); |
|
|
log.warn("Insight " + res.request.href + " Returned Status: " + res.statusCode); |
|
|