Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.6
-
Component/s: Backup
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE
-
Fixed Branches:MOODLE_26_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-42388-master -
Pull Master Diff URL:
Description
Some errors in restore are displayed using debugging() as well as logged. This was presumably done because previously, nobody ever saw the restore log.
Now that the system actually displays the log, it is not necessary to also use debugging() to report these errors.
In addition there is one error which was only displayed using debugging() and not logged.
This relates to the file backup/moodle2/restore_stepslib.php.