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 7d9e0a9 commit 7030256Copy full SHA for 7030256
src/plugins/input/tcp/src/Connection.cpp
@@ -53,7 +53,7 @@ Connection::Connection(UniqueFd fd, std::unique_ptr<Decoder> decoder) :
53
54
if (src_addr.ss_family != dst_addr.ss_family) {
55
throw std::runtime_error(
56
- "Local and remote IP address must be of the same type (IPv6/IPv6)"
+ "Local and remote IP address must be of the same type (IPv4/IPv6)"
57
);
58
}
59
0 commit comments