From f30697d54996372ca6b341848291d0aadd8cd204 Mon Sep 17 00:00:00 2001 From: Christoph Kuhr Date: Sat, 13 Oct 2018 11:24:21 +0200 Subject: [PATCH] adjusted ipg time --- linux/avb/JackAVBDriver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/avb/JackAVBDriver.cpp b/linux/avb/JackAVBDriver.cpp index ce3dbd6c..52b19d3a 100644 --- a/linux/avb/JackAVBDriver.cpp +++ b/linux/avb/JackAVBDriver.cpp @@ -197,7 +197,7 @@ int JackAVBPDriver::Read() if ( cumulative_ipg_us > ieee1722mc.period_usecs) { ret = 1; NotifyXRun(fBeginDateUst, cumulative_ipg_us); - //jack_error("netxruns... duration: %fms", cumulative_ipg_us / 1000); + jack_error("netxruns... duration: %fms", cumulative_ipg_us / 1000); } JackDriver::CycleTakeBeginTime();