13
0

Set Arodur's main thread name to include "Ardour"

This is helpful when debugging by PID (adevices.sh most notably),
just "gui" is not usually helpful.
This commit is contained in:
Robin Gareus 2020-04-30 18:23:42 +02:00
parent 8fa0049d28
commit 68cb914959
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -81,7 +81,7 @@ UI::UI (string application_name, string thread_name, int *argc, char ***argv)
{
theMain = new Main (argc, argv);
pthread_set_name ("gui");
pthread_set_name ("ArdourGUI");
_active = false;