store-uplaoded-path
All checks were successful
deploy / deploy (push) Successful in 1m5s

This commit is contained in:
2024-10-23 21:41:29 +03:00
parent 4db1ac6ff7
commit a4ea55cf3c
4 changed files with 13 additions and 5 deletions

View File

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