This commit is contained in:
link2xt
2023-03-19 10:18:49 +00:00
parent 17de3d3236
commit e39429c2e3

View File

@@ -216,7 +216,7 @@ impl<'a> Drop for IoPausedGuard<'a> {
if self.done { if self.done {
return; return;
} }
// Async .resume() should be called manually due to lack of async drop. // Async .resume() should be called manually due to lack of async drop.
error!(self.context, "Pause guard dropped without resuming."); error!(self.context, "Pause guard dropped without resuming.");
} }