summaryrefslogtreecommitdiff
path: root/helperPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 21:35:59 -0500
committerJeff Carr <[email protected]>2025-09-25 21:35:59 -0500
commit44bc7f6508769b43e28ab5de06e150a177b228ee (patch)
treedcb974e30c9234b5c2a8c34ac416157ada936e9b /helperPatches.go
parentd331af80e098dcead00b19b36eb607b0ad862690 (diff)
change outputv0.25.31
Diffstat (limited to 'helperPatches.go')
-rw-r--r--helperPatches.go2
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
}