Skip to content

Commit 0124d65

Browse files
nobodynobody
nobody
authored and
nobody
committedAug 17, 2022
update
1 parent 34ba6ff commit 0124d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎codegen/tml/config/template_config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func Init(notice func(c *AppConfig)) {
5454
sourceinit = true
5555
stopwatchsource()
5656
case <-tmer.C:
57-
log.Error(nil, "[config.initremote] timeout")
57+
log.Error(nil, "[config.Init] timeout")
5858
Close()
5959
os.Exit(1)
6060
}

0 commit comments

Comments
 (0)
Please sign in to comment.