diff options
Diffstat (limited to 'helperPatches.go')
| -rw-r--r-- | helperPatches.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helperPatches.go b/helperPatches.go index 7bee637..a6e4809 100644 --- a/helperPatches.go +++ b/helperPatches.go @@ -194,7 +194,7 @@ func isPatchIdApplied(patch *forgepb.Patch) error { patch.PatchId = patchId patch.NewHash = newhash - log.Info("patch: found hash:", patch.CommitHash, newhash, patch.Namespace, comment) + log.Infof("%s %s patch: found hash: %s %s\n", patch.CommitHash, newhash, patch.Namespace, comment) return nil } |
