mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[#477] output message changed
This commit is contained in:
committed by
Wlodzimierz Wencel
parent
5b322cbe45
commit
7b5756b58d
@@ -669,8 +669,8 @@ TestControl::printRate() const {
|
|||||||
|
|
||||||
std::cout << s.str() << std::endl;
|
std::cout << s.str() << std::endl;
|
||||||
|
|
||||||
std::cout <<"***Malformed Packages***" << std::endl
|
std::cout <<"***Malformed Packets***" << std::endl
|
||||||
<< "Malformed packages: " << ExchangeStats::malformed_pkts_
|
<< "Malformed packets: " << ExchangeStats::malformed_pkts_
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user