Skip to content

Commit 64a2512

Browse files
committed
1 parent a87ca2a commit 64a2512

File tree

3 files changed

+48
-48
lines changed

3 files changed

+48
-48
lines changed

src/reply.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl<T: Copy> ReplyRaw<T> {
150150
impl<T: Copy> Drop for ReplyRaw<T> {
151151
fn drop (&mut self) {
152152
if self.sender.is_some() {
153-
warn!("Reply not sent for operation {:u}, replying with I/O error", self.unique);
153+
warn!("Reply not sent for operation {}, replying with I/O error", self.unique);
154154
self.send(EIO, []);
155155
}
156156
}

0 commit comments

Comments
 (0)