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 7d2cdae commit 4e6dc23
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 @@ -106,6 +106,7 @@ func (self *RestoreGenerator) generate_items(ch_lines chan []byte, collection_id
payload.WriteString(`{"Item": `)
payload.Write(j)
payload.WriteString(`}`)
log.Debugf("queuing req: %s\n", self.base_uri + dir_name.(string) + item_name.(string))
ch_items <- &BackupItem{Uri: self.base_uri + dir_name.(string) + item_name.(string),
Payload: payload.Bytes()}
} else {
Expand Down

0 comments on commit 4e6dc23

Please sign in to comment.