explanatory comment
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 13 Sep 2013 14:19:01 +0000 (10:19 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 13 Sep 2013 14:19:01 +0000 (10:19 -0400)
libs/backends/jack/jack_audiobackend.cc

index 89a93a76f6a56c883fccb04d29d275debe747c50..b41648cbe3fddb9ca54d97769ed2d627bfa3aa44 100644 (file)
@@ -451,7 +451,9 @@ JACKAudioBackend::setup_jack_startup_command ()
        string cmdline;
 
        if (!get_jack_command_line_string (options, cmdline)) {
-               /* error, somehow */
+               /* error, somehow - we will still try to start JACK
+                * automatically but it will be without our preferred options
+                */
                return;
        }