mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-19 04:40:52 +08:00
chore(watcher): Clarify API key client reload log message
This commit is contained in:
@@ -572,7 +572,7 @@ func (w *Watcher) reloadClients(rescanAuth bool) {
|
|||||||
// Create new API key clients based on the new config
|
// Create new API key clients based on the new config
|
||||||
glAPIKeyCount, claudeAPIKeyCount, codexAPIKeyCount, openAICompatCount := BuildAPIKeyClients(cfg)
|
glAPIKeyCount, claudeAPIKeyCount, codexAPIKeyCount, openAICompatCount := BuildAPIKeyClients(cfg)
|
||||||
totalAPIKeyClients := glAPIKeyCount + claudeAPIKeyCount + codexAPIKeyCount + openAICompatCount
|
totalAPIKeyClients := glAPIKeyCount + claudeAPIKeyCount + codexAPIKeyCount + openAICompatCount
|
||||||
log.Debugf("created %d new API key clients", totalAPIKeyClients)
|
log.Debugf("loaded %d API key clients", totalAPIKeyClients)
|
||||||
|
|
||||||
var authFileCount int
|
var authFileCount int
|
||||||
if rescanAuth {
|
if rescanAuth {
|
||||||
|
|||||||
Reference in New Issue
Block a user