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 111798a commit 7d2cdae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions httpblaster/request_generators/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ func (self *RestoreGenerator) generate_items(ch_lines chan []byte, collection_id
payload.WriteString(`}`)
ch_items <- &BackupItem{Uri: self.base_uri + dir_name.(string) + item_name.(string),
Payload: payload.Bytes()}
} else {
log.Debugf("skipping %s\n", self.base_uri + dir_name.(string) + item_name.(string))
}
}
}
Expand Down

0 comments on commit 7d2cdae

Please sign in to comment.