mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix logging.
This commit is contained in:
parent
c2b29ccf21
commit
1ba561b192
@ -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 New Issue
Block a user