log at the end

This commit is contained in:
Jeff Carr 2025-09-08 22:29:50 -05:00
parent c1de4f1f5a
commit b9ec316d35
1 changed files with 1 additions and 0 deletions

View File

@ -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
}