Suppression de log
This commit is contained in:
parent
fb3a18b017
commit
41dcf6226d
3
main.go
3
main.go
@ -139,8 +139,6 @@ func start(c *cli.Context) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func update(c *cli.Context) error {
|
func update(c *cli.Context) error {
|
||||||
Info("Running dnsupdater...")
|
|
||||||
|
|
||||||
configPath = c.String("config")
|
configPath = c.String("config")
|
||||||
|
|
||||||
if confPathExists, _ := exists(configPath); !confPathExists {
|
if confPathExists, _ := exists(configPath); !confPathExists {
|
||||||
@ -163,7 +161,6 @@ func update(c *cli.Context) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if currentIp == newIp {
|
if currentIp == newIp {
|
||||||
Info("Ip has not changed %s", currentIp)
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user