Skip to content

Commit

Permalink
Add logging inside getThreadList
Browse files Browse the repository at this point in the history
  • Loading branch information
bsansouci committed Jan 31, 2016
1 parent f828341 commit fcabf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getThreadList.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = function(defaultFuncs, api, ctx) {
if (resData.error) {
throw resData;
}

log.verbose("Response in getThreadList: " + JSON.stringify(resData.payload.threads));
return callback(null, resData.payload.threads.map(utils.formatThread));
})
.catch(function(err) {
Expand Down

0 comments on commit fcabf01

Please sign in to comment.