aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/conn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/conn.h b/executor/conn.h
index ce9e3e7dc..1a329a246 100644
--- a/executor/conn.h
+++ b/executor/conn.h
@@ -89,7 +89,7 @@ private:
sleep_ms(1);
continue;
}
- failmsg("failed to recv rpc", "fd=%d want=%zu sent=%zu n=%zd", fd_, size, recv, n);
+ failmsg("failed to recv rpc", "fd=%d want=%zu recv=%zu n=%zd", fd_, size, recv, n);
}
}