mirror of https://github.com/jetkvm/kvm.git
				
				
				
			chore(websecure): update log message
This commit is contained in:
		
							parent
							
								
									338d8fd55e
								
							
						
					
					
						commit
						8eecb315f6
					
				|  | @ -96,7 +96,11 @@ func (s *CertStore) loadCertificate(hostname string) { | ||||||
| 
 | 
 | ||||||
| 	s.certificates[hostname] = &cert | 	s.certificates[hostname] = &cert | ||||||
| 
 | 
 | ||||||
| 	s.log.Info().Str("hostname", hostname).Msg("Loaded certificate") | 	if hostname == selfSignerCAMagicName { | ||||||
|  | 		s.log.Info().Msg("loaded CA certificate") | ||||||
|  | 	} else { | ||||||
|  | 		s.log.Info().Str("hostname", hostname).Msg("loaded certificate") | ||||||
|  | 	} | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| // GetCertificate returns the certificate for the given hostname
 | // GetCertificate returns the certificate for the given hostname
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue