Skip to content

Commit

Permalink
Don't tease the logger with a %-less format string
Browse files Browse the repository at this point in the history
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
  • Loading branch information
TBBle committed Apr 9, 2021
1 parent b399e2e commit 149fa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff/windows/windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (s windowsDiff) Apply(ctx context.Context, desc ocispec.Descriptor, mounts
"digest": desc.Digest,
"size": desc.Size,
"media": desc.MediaType,
}).Debugf("diff applied")
}).Debug("diff applied")
}
}()

Expand Down

0 comments on commit 149fa36

Please sign in to comment.