Minor improvements, bug fixes

This commit is contained in:
unknown
2015-07-12 13:50:24 -06:00
parent c21c83a13e
commit 757c3ee87a
7 changed files with 30 additions and 17 deletions

View File

@@ -90,7 +90,9 @@ namespace Jackett
}
}
else
{
Program.LoggerInstance.FatalException("Failed to start HTTP server. " + ex.Message, ex);
}
}
catch (Exception ex)
{