We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5b299 commit 6637a70Copy full SHA for 6637a70
internal/portforward/service/service.go
@@ -74,7 +74,7 @@ func (s *Service) SetPortsForwarded(ctx context.Context, ports []uint16) (err er
74
return fmt.Errorf("handling new ports: %w", err)
75
}
76
77
- s.logger.Info("updated: " + portsToString(s.ports))
+ s.logger.Info("forwarded ports updated to " + portsToString(s.ports))
78
79
return nil
80
0 commit comments