summaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-03-23 07:35:54 +0100
committerhorchi <vdr@jwendel.de>2020-03-23 07:35:54 +0100
commitcf00461436d5ae66322f49a54df09f7c26702835 (patch)
tree1ac38d4536d9767de26da54499fd1594adb7c093 /update.c
parent59b1851ef31fb3f22a8f49d68ad81bc385a3bdca (diff)
downloadvdr-plugin-epg2vdr-cf00461436d5ae66322f49a54df09f7c26702835.tar.gz
vdr-plugin-epg2vdr-cf00461436d5ae66322f49a54df09f7c26702835.tar.bz2
2020-03-23: version 1.1.113 (horchi)\n - change: Minor change of log message\n\n1.1.113
Diffstat (limited to 'update.c')
-rw-r--r--update.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.c b/update.c
index c673145..ee2d5d0 100644
--- a/update.c
+++ b/update.c
@@ -1635,7 +1635,7 @@ int cUpdate::refreshEpg(const char* forChannelId, int maxTries)
if (channels && schedules && (channel = channels->GetByChannelID(channelId, true)))
s = (cSchedule*)schedules->GetSchedule(channel, true);
else if (channels && schedules)
- tell(0, "Error: Channel with ID '%s' don't exist on this VDR", mapDb->getStrValue("ChannelId"));
+ tell(mainActPending ? 0 : 4, "Error: Channel with ID '%s' don't exist on this VDR", mapDb->getStrValue("ChannelId"));
if (!schedules || !channels || !timers)
{
@@ -2150,4 +2150,3 @@ int cUpdate::cleanupPictures()
return success;
}
-