X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fselector%2Fstarter.php;fp=application%2Fselector%2Fstarter.php;h=9d0d8acb2d90bbb796548fa3d911dd1b15049495;hp=21d451aba661cdc4da6df074f83c95cf0768caa5;hb=b912eda46059527fc0475e043944c3ebff47fbcd;hpb=1d128d8532290e84885d09d2d3f0060abd08e49e diff --git a/application/selector/starter.php b/application/selector/starter.php index 21d451a..9d0d8ac 100644 --- a/application/selector/starter.php +++ b/application/selector/starter.php @@ -53,7 +53,7 @@ try { ); eval($eval); } catch (FrameworkException $e) { - ApplicationEntryPoint::app_die(sprintf("[Main:] Die Applikation %s kann nicht gestartet werden. Grund: %s", + ApplicationEntryPoint::app_die(sprintf("[Main:] Die Applikation %s kann nicht gestartet werden. Grund: %s", $application, $e->getMessage() ));