Skip to content

Commit a037586

Browse files
committed
Documentation: Fixed logging message about replacing in tests when it replaces it everywhere (creates false asumption that it is slowlier than reality) - refs BT#22302
1 parent 9093557 commit a037586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/replace_course_code.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function replaceCodes(array $list): Generator
105105
yield " Tables with course code not updated for $currentCode: previewMode=true";
106106
}
107107

108-
yield "Replacing course code in exercises content";
108+
yield "Replacing course code in database content";
109109

110110
if (false === $previewMode) {
111111
api_replace_terms_in_content("/courses/$currentDirectory/", "/courses/$newDirectory/");

0 commit comments

Comments
 (0)