log2
All checks were successful
deploy / deploy (push) Successful in 1m1s

This commit is contained in:
Untone 2024-10-22 21:22:07 +03:00
parent c7f3a4ef42
commit 1b4e12c120

View File

@ -170,6 +170,8 @@ async fn thumbdata_save(
.await .await
{ {
warn!("cannot load thumb {}: {}", thumb_filename, e); warn!("cannot load thumb {}: {}", thumb_filename, e);
} else {
warn!("thumb {} uploaded to storj", thumb_filename);
} }
} }
} }