Skip to content

Commit

Permalink
fix: update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Aug 8, 2024
1 parent 19f5184 commit 6f2d6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (p *ConfigToDialer) RegisterPacketDialerType(subtype string, newDialer NewP
}

if _, found := p.pdBuilders[subtype]; found {
return fmt.Errorf("config parser %v for StreamDialer added twice", subtype)
return fmt.Errorf("config parser %v for PacketDialer added twice", subtype)
}
p.pdBuilders[subtype] = newDialer
return nil
Expand Down

0 comments on commit 6f2d6ae

Please sign in to comment.