Skip to content

Commit

Permalink
debug code
Browse files Browse the repository at this point in the history
Signed-off-by: liu deyi <[email protected]>
  • Loading branch information
dyliu committed Nov 24, 2021
1 parent efa6ee9 commit 757d7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/microservice/reaper/core/service/reaper/reaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (r *Reaper) CompressCache(storageURI string) error {
return err
}
if len(r.Ctx.Caches) > 0 {
log.Infof("custom caches will be cached: %v", r.Ctx.Caches)
log.Infof("custom caches will be cached")
if err := r.archiveCustomCaches(r.ActiveWorkspace, r.GetCacheFile(), r.Ctx.Caches); err != nil {
return err
}
Expand Down

0 comments on commit 757d7fb

Please sign in to comment.