From 94b316a1f291bd597f5ba723da20a32e3a91a138 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 18 Aug 2021 07:32:59 -0400 Subject: [PATCH] Bug 28872: (QA follow-up) print a message describing what has happened --- .../data/mysql/atomicupdate/bug_28872_update_log_values.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl b/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl index 4ee8b75e3e..cdae98e847 100644 --- a/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl +++ b/installer/data/mysql/atomicupdate/bug_28872_update_log_values.pl @@ -11,6 +11,6 @@ use Modern::Perl; $dbh->do(q{update systempreferences set value=0 where variable in ('AcquisitionLog', 'NewsLog', 'NoticesLog') and value='off'}); # Print useful stuff here - say $out "Update is going well so far"; + say $out "Fixed values for system preferences AcquisitionLog, NewsLog, and NoticesLog"; }, } -- 2.30.1 (Apple Git-130)