mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 04:50:52 +08:00
feat(log): Add separator when saving client credentials
This commit is contained in:
@@ -344,6 +344,7 @@ func StartService(cfg *config.Config, configPath string) {
|
|||||||
}
|
}
|
||||||
activeClientsMu.RUnlock()
|
activeClientsMu.RUnlock()
|
||||||
for _, c := range snapshot {
|
for _, c := range snapshot {
|
||||||
|
misc.LogCredentialSeparator()
|
||||||
// Persist tokens/cookies then unregister/cleanup per client.
|
// Persist tokens/cookies then unregister/cleanup per client.
|
||||||
_ = c.SaveTokenToFile()
|
_ = c.SaveTokenToFile()
|
||||||
switch u := any(c).(type) {
|
switch u := any(c).(type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user