mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
gst-launch: Fix space in fault message
This commit is contained in:
parent
f7532a7e13
commit
96a8d5945f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ fault_spin (void)
|
|||
|
||||
/* FIXME how do we know if we were run by libtool? */
|
||||
fprintf (stderr,
|
||||
"Spinning. Please run 'gdb gst-launch- " GST_API_VERSION " %d' to "
|
||||
"Spinning. Please run 'gdb gst-launch-" GST_API_VERSION " %d' to "
|
||||
"continue debugging, Ctrl-C to quit, or Ctrl-\\ to dump core.\n",
|
||||
(gint) getpid ());
|
||||
while (spinning)
|
||||
|
|
Loading…
Reference in a new issue