log at the end
This commit is contained in:
parent
c1de4f1f5a
commit
b9ec316d35
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue