style(web): fix typo in the session termination message (#834)

This commit is contained in:
Alex Yusiuk
2025-06-24 00:09:58 -07:00
committed by GitHub
parent d38c2013f0
commit bbf7ab3394
+1 -1
View File
@@ -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,