updated mbt endpoints

This commit is contained in:
Luke Pulverenti
2013-10-18 12:09:47 -04:00
parent 6aa0ed7113
commit 39186cc2da
4 changed files with 88 additions and 27 deletions

View File

@@ -459,8 +459,10 @@ namespace MediaBrowser.ServerApplication
{
ServerManager.Start(HttpServerUrlPrefix, ServerConfigurationManager.Configuration.EnableHttpLevelLogging);
}
catch
catch (Exception ex)
{
Logger.ErrorException("Error starting http server", ex);
if (retryOnFailure)
{
RegisterServerWithAdministratorAccess();