summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-08 22:29:50 -0500
committerJeff Carr <[email protected]>2025-09-08 22:44:15 -0500
commitb9ec316d35631d99c01cc943699189c3031152a7 (patch)
tree77321f871e98ee51ed6616408e19a38a285274a6
parentc1de4f1f5a4ee1656b9cc569ade9b605545b6a58 (diff)
log at the end
-rw-r--r--handlePatches.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/handlePatches.go b/handlePatches.go
index b27bb6b..8d2d93c 100644
--- a/handlePatches.go
+++ b/handlePatches.go
@@ -15,6 +15,7 @@ func addNewPatches(pb *forgepb.Patches, reqPB *httppb.HttpRequest) *forgepb.Patc
me.forge.AddNewPatch(newpatch)
newPatchesPB.Append(newpatch)
}
+ reqPB.Log = append(reqPB.Log, log.Sprintf("Recived %d patches from client", newPatchesPB.Len()))
return newPatchesPB
}