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:
committed by
Wlodzimierz Wencel
parent
5b322cbe45
commit
7b5756b58d
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user