added sub menu for add series

This commit is contained in:
Keivan 2011-03-28 17:12:48 -07:00
commit 82808355c4
8 changed files with 11 additions and 29 deletions

View file

@ -6,7 +6,7 @@ namespace NzbDrone.Core.Instrumentation
{
public class NlogWriter : TextWriter
{
private static readonly Logger Logger = LogManager.GetLogger("DB");
private static readonly Logger Logger = LogManager.GetLogger("NzbDrone.SubSonic");
public override void Write(char[] buffer, int index, int count)