mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Small log fix (#8382)
This commit is contained in:
parent
c27825d47b
commit
417e316ed5
@ -32,7 +32,7 @@ func (e *EngineBlockDownloader) download(hashToDownload libcommon.Hash, download
|
||||
|
||||
tx, err := e.db.BeginRo(e.ctx)
|
||||
if err != nil {
|
||||
e.logger.Warn("[EngineBlockDownloader] Could not begin tx: %s", err)
|
||||
e.logger.Warn("[EngineBlockDownloader] Could not begin tx", "err", err)
|
||||
e.status.Store(headerdownload.Idle)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user