If you have trouble with login turn off is_single_server, exception name added
[shipsimu.git] / application / selector / starter.php
index fcd9855cc5bdf85462c72b2c1360af6d1b213627..dd07fb6a53e3987893087c44c8405a4975e19236 100644 (file)
@@ -51,8 +51,9 @@ try {
        // Call user function
        call_user_func_array(array($app, FrameworkConfiguration::getInstance()->readConfig('entry_method')), array());
 } catch (FrameworkException  $e) {
-       ApplicationEntryPoint::app_die(sprintf("[Main:] The application <strong>%s</strong> has been terminated due to a thrown exception: <strong>%s</strong>",
+       ApplicationEntryPoint::app_die(sprintf("[Main:] The application <strong>%s</strong> has been terminated due to a thrown exception: <strong>%s - %s</strong>",
                $application,
+               $e->__toString(),
                $e->getMessage()
        ));
 }