Skip to content

Commit

Permalink
MMulticastSocketDevice: Move an error message to the debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed Aug 9, 2013
1 parent 7ab1609 commit 0f87e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythupnp/mmulticastsocketdevice.cpp
Expand Up @@ -110,7 +110,7 @@ qint64 MMulticastSocketDevice::writeBlock(
(const char *)&interface_addr,
sizeof(interface_addr)) < 0)
{
LOG(VB_GENERAL, LOG_ERR, LOC +
LOG(VB_GENERAL, LOG_DEBUG, LOC +
"setsockopt - IP_MULTICAST_IF " + ENO);
}
retx = MSocketDevice::writeBlock(data, len, host, port);
Expand Down

0 comments on commit 0f87e18

Please sign in to comment.