make box autoupdate generate eventlog

This commit is contained in:
Girish Ramakrishnan
2016-06-02 18:47:09 -07:00
parent b077223e58
commit a49c78f32c
2 changed files with 3 additions and 2 deletions

View File

@@ -829,7 +829,7 @@ function autoupdateApps(updateInfo, callback) { // updateInfo is { appId -> { ma
}
update(appId, false /* force */, updateInfo[appId].manifest, app.portBindings,
null /* icon */, { userId: null, username: 'autoupdater' }, function (error) {
null /* icon */, { userId: null, username: 'cron' }, function (error) {
if (error) debug('Error initiating autoupdate of %s. %s', appId, error.message);
iteratorDone(null);