summaryrefslogtreecommitdiff
path: root/handlePatches.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlePatches.go')
-rw-r--r--handlePatches.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlePatches.go b/handlePatches.go
index 595a918..1237cba 100644
--- a/handlePatches.go
+++ b/handlePatches.go
@@ -14,7 +14,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()))
+ reqPB.Logf("Recived %d patches from client", newPatchesPB.Len())
return newPatchesPB
}