Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
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
5f405c05
Commit
5f405c05
authored
7 years ago
by
Vivek Das Mohapatra
Browse files
Options
Downloads
Patches
Plain Diff
Get rid of an old debug message
All debug messages should be tunable via the CAPSULE_DEBUG env mechanism
parent
a136787b
No related branches found
No related tags found
1 merge request
!311
Build capsule-capture-libs from a bundled copy of libcapsule
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/print-libstubs.c
+0
-1
0 additions, 1 deletion
utils/print-libstubs.c
with
0 additions
and
1 deletion
utils/print-libstubs.c
+
0
−
1
View file @
5f405c05
...
...
@@ -392,7 +392,6 @@ int main (int argc, char **argv)
else
libname
=
argv
[
1
];
fprintf
(
stderr
,
"opened %s from %s
\n
"
,
argv
[
1
],
prefix
);
// dl_iterate_phdr won't work with private dlmopen namespaces:
dump_symbols
(
handle
,
libname
);
}
...
...
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