log to error

This commit is contained in:
Cassandra Heart 2024-11-08 04:47:58 -06:00
parent b77fd36e2c
commit 71a3e70129
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -629,7 +629,7 @@ func (d *DataTimeReel) setHead(frame *protobufs.ClockFrame, distance *big.Int) {
)
if tries, err = d.exec(txn, frame, tries); err != nil {
d.logger.Debug("invalid frame execution, unwinding", zap.Error(err))
d.logger.Error("invalid frame execution, unwinding", zap.Error(err))
txn.Abort()
return
}