From 7b7a2767c826abcb507a5fe2466ecbdcea6f9d2c Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 19 Apr 2019 09:53:53 +0000 Subject: [PATCH] Bug 22564: (QA follow-up) Correct copy-paste message We should be replacing Rep here ;) Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens --- installer/data/mysql/atomicupdate/bug_22564.perl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_22564.perl b/installer/data/mysql/atomicupdate/bug_22564.perl index 0407ac8..98305cc 100644 --- a/installer/data/mysql/atomicupdate/bug_22564.perl +++ b/installer/data/mysql/atomicupdate/bug_22564.perl @@ -13,5 +13,5 @@ if ( CheckVersion($DBversion) ) { ); SetVersion($DBversion); - printf "Upgrade to $DBversion done (Bug 22564 - Fix accounttype 'O' to 'FU' - %d updated)\n", $rows; + printf "Upgrade to $DBversion done (Bug 22564 - Fix accounttype 'Rep' - %d updated)\n", $rows; } -- 1.7.2.5