Small log fix (#8382)

This commit is contained in:
Somnath 2023-10-05 18:02:43 +05:30 committed by GitHub
parent c27825d47b
commit 417e316ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}