Debug output

This commit is contained in:
Valentin Brandl 2019-07-28 16:56:58 +02:00
parent ebe8ea9f0b
commit 0a67a24abd
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -17,6 +17,7 @@ impl Cloudflare {
client: &Client,
file: &str,
) -> impl Future<Item = bool, Error = Error> {
println!("{}", file);
client
.post(format!(
"https://api.cloudflare.com/client/v4/zones/{}/purge_cache",