Skip to content

Commit

Permalink
fix error log
Browse files Browse the repository at this point in the history
  • Loading branch information
LDprg committed Aug 4, 2024
1 parent da87a7b commit a2c02a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion winapps/src/freerdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ pub mod freerdp_back {

unwrap_or_exit!(
xfreerdp.spawn(),
"Freerdp execution failed! It needs to be installed!",
"Freerdp execution failed! Try to delete {}, to force a reinstall.",
get_data_dir().join("usr").display(),
);

info!("Freerdp found!");
Expand Down

0 comments on commit a2c02a8

Please sign in to comment.