forgor 2: electric boogaloo
This commit is contained in:
parent
2377afc835
commit
f594a2f87d
|
@ -79,7 +79,7 @@ async fn upload_file(
|
|||
if let Err(err) = fs::remove_file(&file_path_temp).await {
|
||||
error!(
|
||||
err = field::display(&err),
|
||||
"failed to remove file after failed rename",
|
||||
"failed to remove file after failed move",
|
||||
);
|
||||
}
|
||||
return Err(err.into());
|
||||
|
|
Loading…
Reference in a new issue