Namespace the log messages

This commit is contained in:
Sean Chittenden 2016-06-14 16:30:01 -07:00
parent bffc82d668
commit 5b0def194a
No known key found for this signature in database
GPG key ID: 4EBC9DC16C2E5E16

View file

@ -465,7 +465,7 @@ func (s *Server) setupConsulSyncer() error {
if err != nil {
return fmt.Errorf("contacted %d Nomad Servers: %v", numServersContacted, err)
}
s.logger.Printf("[INFO] successfully contacted %d Nomad Servers", numServersContacted)
s.logger.Printf("[INFO] server.consul: successfully contacted %d Nomad Servers", numServersContacted)
return nil
}