print body on failure

This commit is contained in:
Girish Ramakrishnan
2015-09-18 12:03:48 -07:00
parent 23a5a1f79f
commit 9ba11d2e14

View File

@@ -138,7 +138,7 @@ function setTimeZone(ip, callback) {
}
if (!result.body.timezone) {
debug('No timezone in geoip response');
debug('No timezone in geoip response : %j', result.body);
return callback(null);
}