Skip to content

Commit 8d41cf8

Browse files
committed
Do not log the missing bootstraper
This file can be missing during changes to the installed packages while it is being recreated. The log entry here is pointless because if the following command succeeds, then this error is not actionable. If on the other hand the file could not be created, this will cause an error plus a log entry anyway.
1 parent 678e6b6 commit 8d41cf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

wcfsetup/install/files/lib/system/WCF.class.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ final protected function runBootstrappers(): void
211211
try {
212212
$bootstrappers = require(self::BOOTSTRAP_LOADER);
213213
} catch (\Exception $e) {
214-
\wcf\functions\exception\logThrowable($e);
215-
216214
$command = new RebuildBootstrapper();
217215
$command();
218216

0 commit comments

Comments
 (0)