summaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-03-09 17:38:03 +0100
committerhorchi <vdr@jwendel.de>2018-03-09 17:38:03 +0100
commitbc845e984ba0790bb160c80578ed8ddde2637735 (patch)
treefd0634486fac759ec9a44e3a58795258a6cc2519 /status.c
parentf7db728bcfa4d1663b07873bfa364ccbb9bfb1ce (diff)
downloadvdr-plugin-epg2vdr-bc845e984ba0790bb160c80578ed8ddde2637735.tar.gz
vdr-plugin-epg2vdr-bc845e984ba0790bb160c80578ed8ddde2637735.tar.bz2
2018-03-09 version 1.1.93 (horchi)\n - added: Menu for matching 'jobs' (timersdone) of search timer results, with delete option\n - added: some german translations\n - added: optional (configurable) osd notification on timer change\n\n1.1.93
Diffstat (limited to 'status.c')
-rw-r--r--status.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/status.c b/status.c
index d8275ec..10d31c6 100644
--- a/status.c
+++ b/status.c
@@ -229,10 +229,10 @@ int cUpdate::performRecordingActions()
complete = recFraction >= (vpsUsed ? 90 : 98);
if (complete)
- tell(1, "Info: Finished: '%s'; recorded %d%%; VPS %s",
+ tell(1, "Info: Finished (%d) '%s'; recorded %d%%; VPS %s", getTimerIdOf(rr->aux),
rr->timer->File(), (int)round(recFraction), vpsUsed ? "Yes": "No");
else
- tell(1, "Info: Finished: '%s' (not complete! - recorded only %d%%); VPS %s",
+ tell(1, "Info: Finished (%d) '%s' (not complete! - recorded only %d%%); VPS %s", getTimerIdOf(rr->aux),
rr->timer->File(), (int)round(recFraction), vpsUsed ? "Yes": "No");
if (complete)