chore(watcher): Clarify API key client reload log message

This commit is contained in:
hkfires
2025-09-27 11:25:40 +08:00
parent 88f06fc305
commit f9a170a3c4

View File

@@ -572,7 +572,7 @@ func (w *Watcher) reloadClients(rescanAuth bool) {
// Create new API key clients based on the new config
glAPIKeyCount, claudeAPIKeyCount, codexAPIKeyCount, openAICompatCount := BuildAPIKeyClients(cfg)
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
if rescanAuth {