Fix: Downgraded some log levels for less verbose logging

This commit is contained in:
kay.one 2012-02-12 23:28:01 -08:00
commit 05df752cc8
7 changed files with 8 additions and 10 deletions

View file

@ -126,7 +126,7 @@ namespace NzbDrone.Core
private void InitExternalNotifications()
{
logger.Info("Initializing External Notifications...");
logger.Debug("Initializing External Notifications...");
Kernel.Bind<ExternalNotificationBase>().To<Xbmc>();
Kernel.Bind<ExternalNotificationBase>().To<Smtp>();
Kernel.Bind<ExternalNotificationBase>().To<Twitter>();