mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
validate: launcher: Lower some 'coredumpctl' info messages
Those are verbose and are not really useful in our context Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5666>
This commit is contained in:
parent
e251522805
commit
a56abe2c9d
1 changed files with 2 additions and 0 deletions
|
@ -376,6 +376,8 @@ class BackTraceGenerator(Loggable):
|
|||
else:
|
||||
coredumpctl = ['coredumpctl']
|
||||
|
||||
coredumpctl.append('-q')
|
||||
|
||||
try:
|
||||
subprocess.check_output(coredumpctl)
|
||||
self.coredumpctl = coredumpctl
|
||||
|
|
Loading…
Reference in a new issue