diff options
Diffstat (limited to 'src/pulsecore/lock-autospawn.c')
-rw-r--r-- | src/pulsecore/lock-autospawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/lock-autospawn.c b/src/pulsecore/lock-autospawn.c index 95ca04a8e..422f5eb28 100644 --- a/src/pulsecore/lock-autospawn.c +++ b/src/pulsecore/lock-autospawn.c @@ -244,7 +244,7 @@ finish: static int start_thread(void) { if (!thread) - if (!(thread = pa_thread_new(thread_func, NULL))) + if (!(thread = pa_thread_new("autospawn", thread_func, NULL))) return -1; return 0; |