mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix typo in log
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ pub fn get_shortcuts_for_user(user: &SteamUsersInfo) -> ShortcutInfo {
|
|||||||
.map(|s| s.to_owned())
|
.map(|s| s.to_owned())
|
||||||
.collect();
|
.collect();
|
||||||
println!(
|
println!(
|
||||||
"Found {} shortcuts , for user: {}",
|
"Found {} shortcuts for user: {}",
|
||||||
shortcuts.len(),
|
shortcuts.len(),
|
||||||
user.steam_user_data_folder
|
user.steam_user_data_folder
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user