Add logging statement
This commit is contained in:
1
steam.go
1
steam.go
@@ -54,6 +54,7 @@ func (s *steam) run(game string) error {
|
|||||||
args = append([]string{binary, "steam.exe"}, args...)
|
args = append([]string{binary, "steam.exe"}, args...)
|
||||||
env := getSteamEnvironment(s.clientPath, s.protonPath)
|
env := getSteamEnvironment(s.clientPath, s.protonPath)
|
||||||
|
|
||||||
|
log.Debugf("Running %s with args %s", binary, args)
|
||||||
return syscall.Exec(binary, args, env)
|
return syscall.Exec(binary, args, env)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user