- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for peersLogOnceIf (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/logging.go
} } func peersLogAlwaysIf(ctx context.Context, err error, errKind ...any) { if !errors.Is(err, grid.ErrDisconnected) { logger.LogAlwaysIf(ctx, "peers", err, errKind...) } } func peersLogOnceIf(ctx context.Context, err error, id string, errKind ...any) { if !errors.Is(err, grid.ErrDisconnected) { logger.LogOnceIf(ctx, "peers", err, id, errKind...) } }
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 6.8K bytes - Click Count (0)