Skip to content

Commit 6637a70

Browse files
committed
minor log format changed
1 parent 2e5b299 commit 6637a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/portforward/service/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func (s *Service) SetPortsForwarded(ctx context.Context, ports []uint16) (err er
7474
return fmt.Errorf("handling new ports: %w", err)
7575
}
7676

77-
s.logger.Info("updated: " + portsToString(s.ports))
77+
s.logger.Info("forwarded ports updated to " + portsToString(s.ports))
7878

7979
return nil
8080
}

0 commit comments

Comments
 (0)