Merge pull request #3723 from influxdb/enhance_pre_logging

Enhance precreation log messages
pull/3734/head
Philip O'Toole 2015-08-18 16:26:31 -07:00
commit 8535d260b4
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ func (s *Service) Open() error {
return nil return nil
} }
s.Logger.Println("Starting precreation service") s.Logger.Printf("Starting precreation service with check interval of %s, advance period of %s",
s.checkInterval, s.advancePeriod)
s.done = make(chan struct{}) s.done = make(chan struct{})