*: fix logrus.Warn[f]

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Upstream-commit: 44ccbb317c2ca67fd8a88147b1ff80ce83d453cc
Component: engine
This commit is contained in:
Antonio Murdaca
2016-06-11 19:42:38 +02:00
parent 1f06ec7001
commit 763e6c326e
8 changed files with 42 additions and 42 deletions

View File

@ -35,7 +35,7 @@ func (container *Container) Reset(lock bool) {
}()
select {
case <-time.After(loggerCloseTimeout):
logrus.Warnf("Logger didn't exit in time: logs may be truncated")
logrus.Warn("Logger didn't exit in time: logs may be truncated")
case <-exit:
}
}