mdns: builtin: Fix a typo
This commit fixes just a typo. Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>
This commit is contained in:
parent
b73c65d8b6
commit
ae72d1cd31
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ impl<'a> MdnsService<'a> {
|
||||||
let len = self.host.broadcast(self, data.buf, 60)?;
|
let len = self.host.broadcast(self, data.buf, 60)?;
|
||||||
|
|
||||||
if len > 0 {
|
if len > 0 {
|
||||||
info!("Broadasting mDNS entry to {}:{}", addr, PORT);
|
info!("Broadcasting mDNS entry to {}:{}", addr, PORT);
|
||||||
|
|
||||||
data.chunk = Some(Chunk {
|
data.chunk = Some(Chunk {
|
||||||
start: 0,
|
start: 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue