Skip to content

Commit

Permalink
add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir Leopold committed Apr 1, 2021
1 parent ac583a7 commit 111798a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpblaster/request_generators/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (self *RestoreGenerator) generate(ch_req chan *Request,
req := AcquireRequest()
self.PrepareRequestBytes(contentType, self.workload.Header, "PUT",
item.Uri, item.Payload, host, req.Request)
log.Debugf("item to restore: %s\n", item.Uri)
ch_req <- req
}
}()
Expand Down

0 comments on commit 111798a

Please sign in to comment.