From 44bc7f6508769b43e28ab5de06e150a177b228ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Sep 2025 21:35:59 -0500 Subject: change output --- helperPatches.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helperPatches.go') 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 } -- cgit v1.2.3