diff --git a/ChangeLog b/ChangeLog index 8fe71c60..24c52e1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14796,3 +14796,6 @@ * Incremented the package version to 2.10.3. 2016-03-24 Fred Gleason * Fixed a buffer size bug in 'lib/rdlivewire.cpp'. +2016-03-24 Fred Gleason + * Fixed a bug in 'ripcd/livewire_lwrpaudio.cpp' that caused + spurious errors to be dumped to stderr. diff --git a/ripcd/livewire_lwrpaudio.cpp b/ripcd/livewire_lwrpaudio.cpp index f342bd44..49c35d7b 100644 --- a/ripcd/livewire_lwrpaudio.cpp +++ b/ripcd/livewire_lwrpaudio.cpp @@ -58,6 +58,7 @@ LiveWireLwrpAudio::LiveWireLwrpAudio(RDMatrix *matrix,QObject *parent,const char SIGNAL(destinationChanged(unsigned,RDLiveWireDestination *)), this, SLOT(destinationChangedData(unsigned,RDLiveWireDestination *))); + /* connect(livewire_nodes.back(), SIGNAL(gpoConfigChanged(unsigned,unsigned,unsigned)), this, @@ -70,6 +71,7 @@ LiveWireLwrpAudio::LiveWireLwrpAudio(RDMatrix *matrix,QObject *parent,const char SIGNAL(gpoChanged(unsigned,unsigned,unsigned,bool)), this, SLOT(gpoChangedData(unsigned,unsigned,unsigned,bool))); + */ connect(livewire_nodes.back(), SIGNAL(watchdogStateChanged(unsigned,const QString &)), this,SLOT(watchdogStateChangedData(unsigned,const QString &)));