diff --git a/src/handlers/proxy.rs b/src/handlers/proxy.rs index 3ef7582..d1819de 100644 --- a/src/handlers/proxy.rs +++ b/src/handlers/proxy.rs @@ -152,9 +152,10 @@ async fn thumbdata_save( &thumb_filename, thumbnail, &content_type, - ) - .await; + ).await; + warn!("thumb {} uploaded to storj", thumb_filename); } + warn!("[ok] all thumbnails uploaded to storj for {}", filename); } }); }