fix logging.
This commit is contained in:
parent
c2b29ccf21
commit
1ba561b192
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ func (manager *image) getCached(serial uint64) (*imageEntry, error) {
|
||||||
|
|
||||||
if entry.Serial != serial {
|
if entry.Serial != serial {
|
||||||
manager.logger.Warn().
|
manager.logger.Warn().
|
||||||
Uint64("requested_serial", serial).
|
Uint64("expected-serial", serial).
|
||||||
Uint64("received_serial", entry.Serial).
|
Uint64("received-serial", entry.Serial).
|
||||||
Msg("serial mismatch")
|
Msg("serial mismatch")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue