From 70699388f574d9f04388ace6ffcfb86e0bb9ac84 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Thu, 2 Feb 2023 17:17:10 +1300 Subject: [PATCH] Bug 32560: (follow-up) Altered wording of output Sponsored-by: Dalton McCaughey Library, Australia Signed-off-by: David Nind --- misc/cronjobs/set_expired_lost.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/set_expired_lost.pl b/misc/cronjobs/set_expired_lost.pl index 2dc17e4ed2..02c1a5efd6 100755 --- a/misc/cronjobs/set_expired_lost.pl +++ b/misc/cronjobs/set_expired_lost.pl @@ -12,7 +12,7 @@ my $row = $sth->fetchrow_hashref(); # Output for email only if borrowers need changing if ($row->{'amount'}) { - $DEBUG && print $row->{'amount'} . " borrowers to be changed"; + $DEBUG && print $row->{'amount'} . " borrower(s) changed"; } $sth->finish(); -- 2.30.2