Toolbar/Actioneer callback cleanup

This commit is contained in:
Mark McDowall 2013-08-08 00:38:14 -07:00
commit cdf34d5676
8 changed files with 22 additions and 23 deletions

View file

@ -31,7 +31,7 @@ namespace NzbDrone.Core.Instrumentation
public void Execute(ClearLogCommand message)
{
_logRepository.DeleteAll();
_logRepository.Purge();
}
}
}