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:
Colin Fletcher 2013-10-23 16:10:36 +01:00
parent 70f0cfdb3b
commit a18db90264

View file

@ -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;
}