added some logging to shutdown process.

This commit is contained in:
Keivan Beigi
2014-10-02 22:24:32 -07:00
parent 89e83ded04
commit 02fab62811
2 changed files with 9 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ namespace NzbDrone.Console
//Need this to terminate on mono (thanks nlog)
LogManager.Configuration = null;
}
Logger.Info("Exiting main.");
}
}
}