From f9a170a3c4c7ad577d8754851be88d451766c748 Mon Sep 17 00:00:00 2001 From: hkfires <10558748+hkfires@users.noreply.github.com> Date: Sat, 27 Sep 2025 11:25:40 +0800 Subject: [PATCH] chore(watcher): Clarify API key client reload log message --- internal/watcher/watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/watcher/watcher.go b/internal/watcher/watcher.go index 00fee2b3..b13f4679 100644 --- a/internal/watcher/watcher.go +++ b/internal/watcher/watcher.go @@ -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 {