mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4e7377d2a0
commit
b57e329632
11 changed files with 28 additions and 28 deletions
|
@ -149,8 +149,8 @@ func (api *RestAPI) Configure() error {
|
|||
return err
|
||||
}
|
||||
} else {
|
||||
log.Info("Loading TLS key from %s", api.keyFile)
|
||||
log.Info("Loading TLS certificate from %s", api.certFile)
|
||||
log.Info("loading TLS key from %s", api.keyFile)
|
||||
log.Info("loading TLS certificate from %s", api.certFile)
|
||||
}
|
||||
|
||||
api.server.Addr = fmt.Sprintf("%s:%d", ip, port)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue