1
0
Fork 0
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:
Henrik Hautakoski 2024-08-11 16:59:23 +02:00
parent 67d33a280e
commit 14a498d7d6

View file

@ -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")