mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-09-04 13:36:35 +02:00
pkg: port managed DNS mode review fixes
This commit is contained in:
+1
-1
@@ -385,7 +385,7 @@ func run(appCallback *AppCallback, stopCh chan struct{}) {
|
||||
// would silently re-enable interception from config.
|
||||
if updateConfigInterceptMode(&cfg, interceptMode) {
|
||||
updated = true
|
||||
mainLog.Load().Info().Msgf("writing intercept_mode = %q to config", cfg.Service.InterceptMode)
|
||||
mainLog.Load().Info().Msgf("writing intercept_mode = %q to config (requested %q)", cfg.Service.InterceptMode, interceptMode)
|
||||
}
|
||||
|
||||
if updated {
|
||||
|
||||
Reference in New Issue
Block a user