From d1a9d42eaf486b84e7d77ace69a9607fca76c317 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 8 Apr 2014 22:12:17 -0400 Subject: update translations --- MediaBrowser.Common.Implementations/Logging/NlogManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Common.Implementations/Logging/NlogManager.cs') diff --git a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs index fe530f917..b8ee60f01 100644 --- a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs +++ b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs @@ -184,7 +184,7 @@ namespace MediaBrowser.Common.Implementations.Logging /// The level. public void ReloadLogger(LogSeverity level) { - LogFilePath = Path.Combine(LogDirectory, LogFilePrefix + "-" + decimal.Round(DateTime.Now.Ticks / 10000000) + ".log"); + LogFilePath = Path.Combine(LogDirectory, LogFilePrefix + "-" + decimal.Round(DateTime.Now.Ticks / 10000000) + ".txt"); Directory.CreateDirectory(Path.GetDirectoryName(LogFilePath)); -- cgit v1.2.3