mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
Add a TODO for logging errors on rollback
This commit is contained in:
parent
c1e897cca2
commit
8a9dbad5a8
|
|
@ -37,6 +37,7 @@ func updateLatestEvents(
|
||||||
} else {
|
} else {
|
||||||
// Ignore any error we get rolling back since we don't want to
|
// Ignore any error we get rolling back since we don't want to
|
||||||
// clobber the current error
|
// clobber the current error
|
||||||
|
// TODO: log the error here.
|
||||||
updater.Rollback()
|
updater.Rollback()
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue