Skip to content
Snippets Groups Projects
Commit e29ca3bd authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Debug print message about nothing to do

parent 2882a7ce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -431,7 +431,7 @@ func doCycle(client DockerClient, lowFreeSpace, freeSpace uint64) error {
return err
}
if diskSpace >= lowFreeSpace {
logrus.Infoln("Nothing to free. Current disk space", humanize.Bytes(diskSpace),
logrus.Debugln("Nothing to free. Current disk space", humanize.Bytes(diskSpace),
"is above the lower bound", humanize.Bytes(lowFreeSpace))
return nil
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment