Log authentication enabled message

pull/3427/head
gunnaraasen 2015-07-21 17:53:12 -07:00
parent 29570ba563
commit 20de2bc914
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ func NewService(c Config) *Service {
// Open starts the service
func (s *Service) Open() error {
s.Logger.Println("authentication enabled:", s.Handler.requireAuthentication)
// Open listener.
ln, err := net.Listen("tcp", s.addr)
if err != nil {