diff --git a/neqo-bin/src/client/mod.rs b/neqo-bin/src/client/mod.rs index c75acf7fb..61b9b8e01 100644 --- a/neqo-bin/src/client/mod.rs +++ b/neqo-bin/src/client/mod.rs @@ -254,7 +254,7 @@ impl Args { "handshake" | "transfer" | "retry" | "ecn" => {} "rebind-port" | "rebind-addr" | "connectionmigration" => { if self.cid_len == 0 { - qinfo!("Resumption test won't work with a zero-length CID; overwriting to 8"); + qinfo!("Rebind/migration test won't work with len-0 CID; overwriting to 8"); self.cid_len = 8; } }