summaryrefslogtreecommitdiff
path: root/libpod/lock/file/file_lock.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/lock/file/file_lock.go')
-rw-r--r--libpod/lock/file/file_lock.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/lock/file/file_lock.go b/libpod/lock/file/file_lock.go
index 2643c9211..4685872b6 100644
--- a/libpod/lock/file/file_lock.go
+++ b/libpod/lock/file/file_lock.go
@@ -139,7 +139,7 @@ func (locks *FileLocks) DeallocateAllLocks() error {
err := os.Remove(p)
if err != nil {
lastErr = err
- logrus.Errorf("deallocating lock %s", p)
+ logrus.Errorf("Deallocating lock %s", p)
}
}
return lastErr