mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Report an error to stderr if creation of jack command line fails.
Output a simple message to stderr if get_jack_command_line_string() still fails for any reason.
This commit is contained in:
parent
70f0cfdb3b
commit
a18db90264
1 changed files with 1 additions and 0 deletions
|
|
@ -509,6 +509,7 @@ JACKAudioBackend::setup_jack_startup_command (bool for_latency_measurement)
|
|||
/* error, somehow - we will still try to start JACK
|
||||
* automatically but it will be without our preferred options
|
||||
*/
|
||||
std::cerr << "get_jack_command_line_string () failed: using default settings." << std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue