2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#477] output message changed

This commit is contained in:
Wlodek Wencel
2020-05-22 17:33:48 +02:00
committed by Wlodzimierz Wencel
parent 5b322cbe45
commit 7b5756b58d

View File

@@ -669,8 +669,8 @@ TestControl::printRate() const {
std::cout << s.str() << std::endl;
std::cout <<"***Malformed Packages***" << std::endl
<< "Malformed packages: " << ExchangeStats::malformed_pkts_
std::cout <<"***Malformed Packets***" << std::endl
<< "Malformed packets: " << ExchangeStats::malformed_pkts_
<< std::endl;
}