debugging with thorwil: don't redirect JACK msgs via ardour stuff
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 19 Oct 2011 19:51:52 +0000 (19:51 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 19 Oct 2011 19:51:52 +0000 (19:51 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10241 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/audioengine.cc

index 6f29237954413b8d84472e298389d4009b4adebe..2c8ca07da2b1289ad4c69cf2efd952b8a8f05895 100644 (file)
@@ -176,7 +176,7 @@ AudioEngine::set_jack_callbacks ()
                 jack_set_latency_callback (_priv_jack, _latency_callback, this);
         }
 
-        jack_set_error_function (ardour_jack_error);
+        // jack_set_error_function (ardour_jack_error);
 }
 
 int