mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
internal/server/ship_processor.go: add WithError() to a logging call
This commit is contained in:
parent
67d33a280e
commit
14a498d7d6
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ func (processor *ShipProcessor) proccessDeltaRows(logger *log.Entry, table_name
|
|||
logger.WithError(err).Error("Failed to parse table delta data")
|
||||
}
|
||||
} else {
|
||||
logger.Error("Failed to decode table delta")
|
||||
logger.WithError(err).Error("Failed to decode table delta")
|
||||
}
|
||||
} else {
|
||||
logger.Warn("No SHIP ABI present")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue