Skip to content

Commit 48f47ae

Browse files
authored
error message ambiguity
1 parent c21ac5f commit 48f47ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager.go renamed to 配置/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func MonitorConfig(watcher *fsnotify.Watcher) error {
130130
if LoadLists(true) { // reload success
131131
log.Println(color.HiMagentaString("Config Reload : Successfully reloaded Lists."))
132132
} else {
133-
log.Println(color.HiMagentaString("Config Reload : Unsuccessfully reloaded Lists."))
133+
log.Println(color.HiMagentaString("Config Reload : Failed to reload Lists."))
134134
}
135135
}
136136
case err, ok := <-watcher.Errors:

0 commit comments

Comments
 (0)