diff --git a/internal/watcher/watcher.go b/internal/watcher/watcher.go index 0564c573..ad7c18f3 100644 --- a/internal/watcher/watcher.go +++ b/internal/watcher/watcher.go @@ -246,7 +246,7 @@ func (w *Watcher) reloadConfig() bool { log.Debugf(" remote-management.allow-remote: %t -> %t", oldConfig.RemoteManagement.AllowRemote, newConfig.RemoteManagement.AllowRemote) } if oldConfig.ForceGPT5Codex != newConfig.ForceGPT5Codex { - log.Debugf(" gpt-5-codex: %t -> %t", oldConfig.ForceGPT5Codex, newConfig.ForceGPT5Codex) + log.Debugf(" force-gpt-5-codex: %t -> %t", oldConfig.ForceGPT5Codex, newConfig.ForceGPT5Codex) } }