Merge pull request #78 from cheat-sc/fix-a-typo

mdns: builtin: Fix a typo
This commit is contained in:
Kedar Sovani 2023-07-25 09:10:49 +05:30 committed by GitHub
commit 062f669369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,