missed a message

main
Kyle Johnsen 2022-02-13 14:38:10 -05:00
parent 7f94b70c4e
commit ec2c150404
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ fn client_leave_room(client: &Arc<Client>, send_to_client: bool){
}
{
println!("{}: Changing master to {}",client.application.read().unwrap().to_string(), new_master_id);
println!("{}: {}: Changing master to {}",Local::now().format("%Y-%m-%d %H:%M:%S"),client.application.read().unwrap().to_string(), new_master_id);
}
for (_k,v) in clients.iter() {
send_client_master_message(&v, new_master_id);