Skip to content

Commit

Permalink
change indexing messages
Browse files Browse the repository at this point in the history
  • Loading branch information
notnac committed Jan 3, 2024
1 parent eac06ff commit 5eab30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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);
Expand Down

0 comments on commit 5eab30b

Please sign in to comment.