Add a TODO for logging errors on rollback

This commit is contained in:
Mark Haines 2017-02-21 14:13:17 +00:00
parent c1e897cca2
commit 8a9dbad5a8

View file

@ -37,6 +37,7 @@ func updateLatestEvents(
} else {
// Ignore any error we get rolling back since we don't want to
// clobber the current error
// TODO: log the error here.
updater.Rollback()
}
}()