From 217499af46a060341d7e91ee208182531a796a94 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 01:46:47 -0500 Subject: attempt to ressurrect a patches table in the GUI --- doPatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doPatch.go') diff --git a/doPatch.go b/doPatch.go index 507b2fd..8b59c49 100644 --- a/doPatch.go +++ b/doPatch.go @@ -150,7 +150,7 @@ func doPatchGet(newpb *forgepb.Sets) { continue } // gitpb.FindPatchIdFromGitAmBroken(patch.Data) // doesn't os.Exec() - log.Info("current patch", patch.CommitHash, patch.PatchId, patch.Filename) + log.Info("adding new patch", patch.CommitHash, patch.PatchId, patch.Filename) curpatches.AppendByPatchId(patch) } } -- cgit v1.2.3