Merge branch 'master' of git://github.com/kayone/NzbDrone

pull/4/head
Mark McDowall 13 years ago
commit 020283225b

@ -56,9 +56,9 @@ namespace NzbDrone.Core
{
BindKernel();
LogConfiguration.StartDbLogging();
MigrationsHelper.Run(Connection.MainConnectionString, true);
LogConfiguration.StartDbLogging();
_kernel.Get<QualityProvider>().SetupDefaultProfiles();

@ -191,12 +191,12 @@ namespace NzbDrone.Core.Providers.Jobs
{
do
{
Tuple<Type, int> job = null;
using (NestedDiagnosticsContext.Push(Guid.NewGuid().ToString()))
{
try
{
Tuple<Type, int> job = null;
lock (Queue)
{
if (Queue.Count != 0)

Loading…
Cancel
Save