aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/inittmpfs.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/inittmpfs.go')
-rw-r--r--container/inittmpfs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/inittmpfs.go b/container/inittmpfs.go
index 2835004a..e8da5fd3 100644
--- a/container/inittmpfs.go
+++ b/container/inittmpfs.go
@@ -56,5 +56,5 @@ func (t *MountTmpfsOp) Is(op Op) bool {
t.Size == vt.Size &&
t.Perm == vt.Perm
}
-func (*MountTmpfsOp) prefix() string { return "mounting" }
-func (t *MountTmpfsOp) String() string { return fmt.Sprintf("tmpfs on %q size %d", t.Path, t.Size) }
+func (*MountTmpfsOp) prefix() (string, bool) { return "mounting", true }
+func (t *MountTmpfsOp) String() string { return fmt.Sprintf("tmpfs on %q size %d", t.Path, t.Size) }