summaryrefslogtreecommitdiff
path: root/conflictcheck_thread.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2012-12-20 19:23:24 +0100
committerChristian Wieninger <cwieninger@gmx.de>2012-12-20 19:23:24 +0100
commit41903ba9ebaa35299d53bffa66a009c8b797a41d (patch)
tree67343f255620642e94cd48498907c9fa5f65947d /conflictcheck_thread.c
parent1a055e2b409eec52dc75641c436605712af14a49 (diff)
downloadvdr-plugin-epgsearch-41903ba9ebaa35299d53bffa66a009c8b797a41d.tar.gz
vdr-plugin-epgsearch-41903ba9ebaa35299d53bffa66a009c8b797a41d.tar.bz2
- changed some warning types
- use macros INFO and ERROR
Diffstat (limited to 'conflictcheck_thread.c')
-rw-r--r--conflictcheck_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conflictcheck_thread.c b/conflictcheck_thread.c
index aa14ef2..71e31c5 100644
--- a/conflictcheck_thread.c
+++ b/conflictcheck_thread.c
@@ -126,7 +126,7 @@ void cConflictCheckThread::Action(void)
bool doMessage = EPGSearchConfig.noConflMsgWhileReplay == 0 ||
!cDevice::PrimaryDevice()->Replaying() ||
conflictCheck.nextRelevantConflictDate - now < 2*60*60;
- if (doMessage && SendMsg(msgfmt, true,7) == kOk)
+ if (doMessage && SendMsg(msgfmt, true,7, mtWarning) == kOk)
{
m_plugin->showConflicts = true;
cRemote::CallPlugin("epgsearch");