summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}