diff --git a/pkg/networkservice/common/discoverforwarder/server.go b/pkg/networkservice/common/discoverforwarder/server.go index a9d84ba49..6d635d2bd 100644 --- a/pkg/networkservice/common/discoverforwarder/server.go +++ b/pkg/networkservice/common/discoverforwarder/server.go @@ -46,7 +46,7 @@ type discoverForwarderServer struct { // Requires not nil nsClient. func NewServer(nsClient registry.NetworkServiceRegistryClient, nseClient registry.NetworkServiceEndpointRegistryClient, opts ...Option) networkservice.NetworkServiceServer { if nseClient == nil { - panic("mseClient can not be nil") + panic("nseClient can not be nil") } if nsClient == nil { panic("nsClient can not be nil")