diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 21:35:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 21:35:59 -0500 |
| commit | 44bc7f6508769b43e28ab5de06e150a177b228ee (patch) | |
| tree | dcb974e30c9234b5c2a8c34ac416157ada936e9b /helperPatches.go | |
| parent | d331af80e098dcead00b19b36eb607b0ad862690 (diff) | |
change outputv0.25.31
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 } |
