mirror of
https://github.com/dcarrillo/whatismyip.git
synced 2025-07-03 07:49:26 +00:00
Make geo database usage optional (#39)
This commit is contained in:
@ -40,7 +40,7 @@ func (t *TLS) Start() {
|
||||
}
|
||||
|
||||
func (t *TLS) Stop() {
|
||||
log.Printf("Stopping TLS server...")
|
||||
log.Print("Stopping TLS server...")
|
||||
if err := t.server.Shutdown(t.ctx); err != nil {
|
||||
log.Printf("TLS server forced to shutdown: %s", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user