Skip to content

Commit

Permalink
MythVideoOutputGPU: Add a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Sep 16, 2020
1 parent 3e28f92 commit 578bf06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mythtv/libs/libmythtv/mythvideooutgpu.cpp
Expand Up @@ -33,6 +33,9 @@ MythVideoOutputGPU::MythVideoOutputGPU(MythRender* Render, QString& Profile)
if (m_painter)
m_painter->SetMaster(false);
}

if (!(win && m_render && m_painter))
LOG(VB_GENERAL, LOG_ERR, LOC + "Fatal error");
}

MythVideoOutputGPU::~MythVideoOutputGPU()
Expand Down

0 comments on commit 578bf06

Please sign in to comment.