fd_manager: improve print

This commit is contained in:
hosted-fornet 2024-10-03 14:32:30 -07:00
parent 0c34b7f5b2
commit b661e7b593

View File

@ -197,7 +197,7 @@ async fn handle_message(
return_value
.as_mut()
.unwrap()
.push_str(&format!(" {e} left"));
.push_str(&format!(" ({e} left to process after close)"));
});
return_value
}