more logging.

This commit is contained in:
kay.one
2013-05-20 20:28:14 -07:00
parent af4063c3e2
commit 2573558321
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -31,6 +31,8 @@ namespace NzbDrone.Owin
App = GetType().AssemblyQualifiedName
};
_logger.Info("starting server on {0}", options.Url);
_host = WebApplication.Start(options, BuildApp);
}