debug message added
This commit is contained in:
parent
fd69895d69
commit
5914104002
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@ fn broadcast(
|
|||
if rec.0 == client {
|
||||
continue;
|
||||
}
|
||||
|
||||
debug!("Broadcasting to client {}", rec.0);
|
||||
|
||||
socket.send_to(&data, &rec.0).unwrap();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue