Skip to content

Commit 02cf28b

Browse files
committed
Pull request 2586: AGDNS-3568-imp-tls-logs
Squashed commit of the following: commit 7509b2a Merge: 06bc58f 63dc65e Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Feb 17 14:10:50 2026 +0300 Merge branch 'master' into AGDNS-3568-imp-tls-logs commit 06bc58f Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Feb 16 19:15:54 2026 +0300 home: imp logging
1 parent 5cd1dd8 commit 02cf28b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/home/tls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func (m *tlsManager) reload(ctx context.Context) {
262262

263263
err = m.loadTLSConfig(ctx, &tlsConf, status)
264264
if err != nil {
265-
m.logger.ErrorContext(ctx, "reloading", slogutil.KeyError, err)
265+
m.logger.WarnContext(ctx, "reloading interrupted", slogutil.KeyError, err)
266266

267267
return
268268
}

0 commit comments

Comments
 (0)