mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 23:20:12 +01:00
Language tweaks for clarity
This commit is contained in:
parent
83cf4c2856
commit
6bd125d137
2 changed files with 5 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ func (client dockerClient) HasNewImage(ctx context.Context, container t.Containe
|
|||
diffDays := int(time.Since(newImageDate).Hours() / 24)
|
||||
|
||||
if diffDays < requiredDays {
|
||||
log.Infof("New image found for %s that is %d days since publication but update delayed until %d days", container.Name(), diffDays, requiredDays)
|
||||
log.Infof("New image found for %s that was created %d day(s) ago but update delayed until %d day(s) after creation", container.Name(), diffDays, requiredDays)
|
||||
return false, currentImageID, nil
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue