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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user