more descriptive debug

This commit is contained in:
Girish Ramakrishnan
2017-06-19 22:18:31 -07:00
parent 1802201e9e
commit cd52459f05

View File

@@ -100,7 +100,7 @@ function checkAppUpdates(callback) {
settings.getSubscription(function (error, result) {
if (error) {
debug(error);
debug('Error getting subscription for %s', app.id, error);
return iteratorDone();
}