diff options
author | horchi <vdr@jwendel.de> | 2020-03-23 07:35:54 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-03-23 07:35:54 +0100 |
commit | cf00461436d5ae66322f49a54df09f7c26702835 (patch) | |
tree | 1ac38d4536d9767de26da54499fd1594adb7c093 /update.c | |
parent | 59b1851ef31fb3f22a8f49d68ad81bc385a3bdca (diff) | |
download | vdr-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.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; } - |