Skip to content

Commit 8d072e9

Browse files
committed
修复log问题
1 parent c831a19 commit 8d072e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/mobile/ddns-go.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func runDdnsGo() {
3838
// 启动web服务
3939
err := runWebServer()
4040
if err != nil {
41-
util.Log(err)
41+
util.Log(err.Error())
4242
time.Sleep(time.Minute)
4343
os.Exit(1)
4444
}

0 commit comments

Comments
 (0)