diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 11:31:33 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 11:31:33 -0500 |
| commit | 16b36d4d89abde2026eea57d60109bb3a50772fc (patch) | |
| tree | 14a7a55e04d28162ec32e7c9c2df37b20cab9bef /MediaBrowser.ServerApplication/MainWindow.xaml.cs | |
| parent | 1847a4bdb3303e7d54755a2ae6cb782e183d8c92 (diff) | |
fixed multiple log files
Diffstat (limited to 'MediaBrowser.ServerApplication/MainWindow.xaml.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainWindow.xaml.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/MainWindow.xaml.cs b/MediaBrowser.ServerApplication/MainWindow.xaml.cs index 9043e007f..22695602c 100644 --- a/MediaBrowser.ServerApplication/MainWindow.xaml.cs +++ b/MediaBrowser.ServerApplication/MainWindow.xaml.cs @@ -125,7 +125,7 @@ namespace MediaBrowser.ServerApplication // Add our log window if specified if (_configurationManager.Configuration.ShowLogWindow) { - Trace.Listeners.Add(new WindowTraceListener(new LogWindow())); + Trace.Listeners.Add(new WindowTraceListener(new LogWindow(_logManager))); } else { |
