chiark / gitweb /
minor message changes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Aug 2021 13:46:59 +0000 (14:46 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 8 Aug 2021 13:46:59 +0000 (14:46 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/client.rs
src/config.rs

index d5fce6fb2b8f45ab643dd15f1743a6be0e76dbbc..9c2f297985e500dd3931c5a146800e761b7524bf 100644 (file)
@@ -118,7 +118,7 @@ fn submit_request<'r, 'c:'r, C:HCC>(
     as_ref,
   ).map(|b| b.len()).sum();
 
-  trace!("{} #{}: req; tx bytes={} frames={}",
+  trace!("{} #{}: req; tx body_len={} frames={}",
          &c.ic, req_num, body_len, upbound.len());
 
   let body = hyper::body::Body::wrap_stream(
index 41ae047fc3b5250d114f4cda7e11700508caf310..abdc573fd1c12d7783be7b5311e4c339c4391929 100644 (file)
@@ -263,8 +263,9 @@ impl Aggregate {
           )?
         };
         if ! skl.contains(&sn, self.end) {
-          throw!(anyhow!("configuration key {:?} not applicable \
-                          in this kind of section: {}", key, &sn))
+          throw!(anyhow!(
+ "configuration key {:?} not applicable in this kind of section: {}",
+            key, &sn))
         }
       }