Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
114917d0
Commit
114917d0
authored
4 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Demote some log messages for Steam integration to verbose
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
35542317
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
depot/_v2-entry-point
+3
-5
3 additions, 5 deletions
depot/_v2-entry-point
with
3 additions
and
5 deletions
depot/_v2-entry-point
+
3
−
5
View file @
114917d0
...
...
@@ -206,16 +206,14 @@ if [ "$#" -eq 0 ] || [ "x$1" = x-- ]; then
fi
# Steam App ID of this app or game
log
"STEAM_COMPAT_APP_ID=
${
STEAM_COMPAT_APP_ID
-
}
"
verbose
"STEAM_COMPAT_APP_ID=
${
STEAM_COMPAT_APP_ID
-
}
"
# Session ID used for coordination between processes involving the same game.
# If unset/empty, only execute a single command.
log
"STEAM_COMPAT_SESSION_ID=
${
STEAM_COMPAT_SESSION_ID
-
}
"
verbose
"STEAM_COMPAT_SESSION_ID=
${
STEAM_COMPAT_SESSION_ID
-
}
"
# Used to create sockets.
# A future version will fall back to /tmp, but only when this can be
# done securely.
log
"XDG_RUNTIME_DIR=
${
XDG_RUNTIME_DIR
-
}
"
verbose
"XDG_RUNTIME_DIR=
${
XDG_RUNTIME_DIR
-
}
"
relaunch
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment