mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
style(web): fix typo in the session termination message (#834)
This commit is contained in:
@@ -728,7 +728,7 @@ impl iron_remote_desktop::Session for Session {
|
||||
}
|
||||
};
|
||||
|
||||
info!(%disconnect_reason, "RPD session terminated");
|
||||
info!(%disconnect_reason, "RDP session terminated");
|
||||
|
||||
Ok(SessionTerminationInfo {
|
||||
reason: disconnect_reason,
|
||||
|
||||
Reference in New Issue
Block a user