mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +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")
|
logger.WithError(err).Error("Failed to parse table delta data")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
logger.Error("Failed to decode table delta")
|
logger.WithError(err).Error("Failed to decode table delta")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
logger.Warn("No SHIP ABI present")
|
logger.Warn("No SHIP ABI present")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue