Skip to content

Commit bbf7ab3

Browse files
style(web): fix typo in the session termination message (#834)
1 parent d38c201 commit bbf7ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ironrdp-web/src/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ impl iron_remote_desktop::Session for Session {
728728
}
729729
};
730730

731-
info!(%disconnect_reason, "RPD session terminated");
731+
info!(%disconnect_reason, "RDP session terminated");
732732

733733
Ok(SessionTerminationInfo {
734734
reason: disconnect_reason,

0 commit comments

Comments
 (0)