Added BuildDateTime to central dispatch

This commit is contained in:
kay.one 2011-10-11 19:24:43 -07:00
commit 1ba959298b
3 changed files with 21 additions and 1 deletions

View file

@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using NLog;
using Ninject;
using NzbDrone.Model;
using NzbDrone.Providers;
@ -12,6 +13,7 @@ namespace NzbDrone
public static class CentralDispatch
{
private static StandardKernel _kernel;
private static readonly Logger Logger = LogManager.GetLogger("Host.CentralDispatch");
static CentralDispatch()
{