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:
parent
8fa0049d28
commit
68cb914959
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user