X Tutup
Skip to content

Commit 149fa36

Browse files
committed
Don't tease the logger with a %-less format string
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
1 parent b399e2e commit 149fa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff/windows/windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (s windowsDiff) Apply(ctx context.Context, desc ocispec.Descriptor, mounts
9494
"digest": desc.Digest,
9595
"size": desc.Size,
9696
"media": desc.MediaType,
97-
}).Debugf("diff applied")
97+
}).Debug("diff applied")
9898
}
9999
}()
100100

0 commit comments

Comments
 (0)
X Tutup