fix debug message

This commit is contained in:
Girish Ramakrishnan
2016-08-02 18:09:45 -07:00
parent b0286a6f7f
commit 2e51251cac

View File

@@ -131,7 +131,7 @@ function checkAppUpdates(callback) {
}
if (!updateInfo || !safe.query(updateInfo, 'manifest.version')) {
debug('Skipping malformed update of app %s. got %j', app.id, updateInfo);
debug('Skipping null or malformed update of app %s. got %j', app.id, updateInfo);
delete gAppUpdateInfo[app.id];
return iteratorDone();
}