From dd17096b5d60e24f88f8f0c21227961d54587f6f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 11 Sep 2015 22:18:09 -0400 Subject: update libs --- MediaBrowser.Common.Implementations/Logging/NlogManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Common.Implementations/Logging') diff --git a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs index 6987928026..6d4cd06cb4 100644 --- a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs +++ b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs @@ -170,7 +170,7 @@ namespace MediaBrowser.Common.Implementations.Logging /// /// The name. /// ILogger. - public ILogger GetLogger(string name) + public Model.Logging.ILogger GetLogger(string name) { return new NLogger(name, this); } -- cgit v1.2.3