chore: 添加 DDNS debug 日志

This commit is contained in:
Mmx233
2022-12-09 19:45:45 +08:00
parent b4f9b6d560
commit 6e15c84c58

View File

@@ -46,5 +46,7 @@ func Run(c *Config) error {
return e
}
log.Debugln("DDNS 配置应用成功")
return nil
}