Update server_profile.rs
changed the function in the update list handler
This commit is contained in:
parent
f2c87bacb3
commit
8831413e00
|
|
@ -66,7 +66,7 @@ impl Server {
|
|||
|
||||
running: false,
|
||||
|
||||
client_list_changed_handle: Box::new(|s| println!("client list: {:#?}", s.get_client_list()))
|
||||
client_list_changed_handle: Box::new(|_s| println!("help"))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue