debug taskId

This commit is contained in:
Girish Ramakrishnan
2019-09-03 16:06:28 -07:00
parent 57fa457596
commit b1380819ba

View File

@@ -93,7 +93,7 @@ function resumeTasks(callback) {
if (app.installationState === apps.ISTATE_INSTALLED && app.runState === apps.RSTATE_RUNNING) return;
if (app.installationState === apps.ISTATE_ERROR) return;
debug(`resumeTask: starting app task for ${app.fqdn} ${app.id} and state ${app.installationState}`);
debug(`resumeTask: schedule task for ${app.fqdn} ${app.id}: state=${app.installationState},taskId=${app.taskId}`);
scheduleTask(app.id, app.taskId, NOOP_CALLBACK);
});