From 0a67a24abd59410d1e826eac572b8fec30c1eae4 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 28 Jul 2019 16:56:58 +0200 Subject: [PATCH] Debug output --- backend/src/cdn.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/cdn.rs b/backend/src/cdn.rs index 375a68f..33dbfb8 100644 --- a/backend/src/cdn.rs +++ b/backend/src/cdn.rs @@ -17,6 +17,7 @@ impl Cloudflare { client: &Client, file: &str, ) -> impl Future { + println!("{}", file); client .post(format!( "https://api.cloudflare.com/client/v4/zones/{}/purge_cache",