From 5eab30b6a1213180b743f8821941f2118162290b Mon Sep 17 00:00:00 2001 From: notnac <32044623+notnac@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:01:53 +0000 Subject: [PATCH] change indexing messages --- get_iplayer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_iplayer b/get_iplayer index 48d43578..92d62125 100755 --- a/get_iplayer +++ b/get_iplayer @@ -7101,7 +7101,7 @@ sub get_links_schedule { main::logger "WARNING: Please download and run latest installer or install the Mojolicious Perl module for concurrent indexing of $prog_type programmes.\n"; main::logger "ERROR: Failed to load Mojo::UserAgent:\n$@" if $opt->{verbose}; } else { - main::logger "\nINFO: Indexing $prog_type programmes (concurrent)".($future ? " [future]\n" : "\n"); + main::logger "\nINFO: Indexing $prog_type programme schedules".($future ? " [future]\n" : "\n"); my @mojo_urls; my %mojo_channel_ids; my %mojo_channels; @@ -7123,7 +7123,7 @@ sub get_links_schedule { } my $ua = main::create_ua( 'desktop', 1 ); $ua->timeout(60); - main::logger "\nINFO: Indexing $prog_type programmes (sequential)".($future ? " [future]\n" : "\n"); + main::logger "\nINFO: Indexing $prog_type programme schedules (fallback)".($future ? " [future]\n" : "\n"); for my $channel_id ( @channel_list ) { for my $schedule_date ( @schedule_dates ) { my ($url, $rc);