Skip to content

Commit f5acef0

Browse files
author
zicorn
committed
[update] convert chinese comment to english
1 parent 91b0072 commit f5acef0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

internal/core/plugin_manager/manager.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func (p *PluginManager) Launch(configuration *app.Config) {
201201
); err != nil {
202202
log.Panic("init redis cluster client failed: %s", err.Error())
203203
}
204-
log.Info("redis cluster client initialized")
204+
log.Info("redis cluster client initialized")
205205
}else {
206206
if err := cache.InitRedisClient(
207207
fmt.Sprintf("%s:%d", configuration.RedisHost, configuration.RedisPort),
@@ -212,6 +212,7 @@ func (p *PluginManager) Launch(configuration *app.Config) {
212212
); err != nil {
213213
log.Panic("init redis client failed: %s", err.Error())
214214
}
215+
log.Info("redis standalone client initialized")
215216
}
216217

217218
invocation, err := real.NewDifyInvocationDaemon(

0 commit comments

Comments
 (0)