mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-04 19:45:42 +00:00
GET_STEAM_USER: logging cleanup [skip ci]
This commit is contained in:
parent
8e88bf5bb8
commit
708011f788
|
@ -535,9 +535,9 @@ get_steam_user() {
|
|||
|
||||
# Log success
|
||||
log i "Steam user found:"
|
||||
log i "SteamID:\t$steam_id"
|
||||
log i "Username:\t$steam_username"
|
||||
log i "Name:\t\t$steam_prettyname"
|
||||
log i "SteamID: $steam_id"
|
||||
log i "Username: $steam_username"
|
||||
log i "Name: $steam_prettyname"
|
||||
|
||||
if [[ $steam_sync == "true" ]]; then
|
||||
populate_steamuser_srm
|
||||
|
|
Loading…
Reference in a new issue