Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
[mythtv-cmyth] Make debug message in OpenLiveStream an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
fetzerch committed Nov 17, 2012
1 parent 1ee5199 commit e11d0b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/pvr.mythtv.cmyth/src/pvrclient-mythtv.cpp
Expand Up @@ -1110,8 +1110,7 @@ bool PVRClientMythTV::OpenLiveStream(const PVR_CHANNEL &channel)
// Resume fileOps
m_fileOps->Resume();

if (g_bExtraDebug)
XBMC->Log(LOG_DEBUG,"%s - Done", __FUNCTION__);
XBMC->Log(LOG_ERROR,"%s - Failed to open live stream", __FUNCTION__);

return false;
}
Expand Down

0 comments on commit e11d0b1

Please sign in to comment.