JobProvider can reset itself.

cleaned up unit test logging
This commit is contained in:
kay.one
2011-11-06 22:26:21 -08:00
parent 82b6ec5ed4
commit 07458529f6
11 changed files with 401 additions and 398 deletions

View File

@@ -147,6 +147,7 @@ namespace NzbDrone.Core
private static void ShutDown()
{
Logger.Info("Shutting down application.");
WebTimer.Stop();
Process.GetCurrentProcess().Kill();
}
}