chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7e7d1
)
mgmtchannel: Tiny error message improvement
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 1 Jun 2021 01:27:29 +0000
(
02:27
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 1 Jun 2021 01:27:29 +0000
(
02:27
+0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/mgmtchannel.rs
patch
|
blob
|
history
diff --git
a/src/mgmtchannel.rs
b/src/mgmtchannel.rs
index 1b2872f9283a71a78b3788d74dc86f05bae265c8..a4771e09ab7b4956bbf5b9042bb38e6782e2ce0a 100644
(file)
--- a/
src/mgmtchannel.rs
+++ b/
src/mgmtchannel.rs
@@
-117,7
+117,7
@@
impl ClientMgmtChannel {
let (mut resp, mut rbulk) =
read.read_withbulk()
- .context("read response")?;
+ .context("
failed to
read response")?;
while let MR::Progress(pi) = resp {
resp = (&mut rbulk).read_rmp()?;