mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 17:32:59 +01:00
Fix align
This commit is contained in:
parent
600fae33b3
commit
c22168f059
@ -1356,7 +1356,7 @@ void process_packet(simple_packet& current_packet) {
|
|||||||
|
|
||||||
if (shift_in_vector >= itr->second.size()) {
|
if (shift_in_vector >= itr->second.size()) {
|
||||||
logger<< log4cpp::Priority::ERROR<<"We tried to access to element with index "<<shift_in_vector
|
logger<< log4cpp::Priority::ERROR<<"We tried to access to element with index "<<shift_in_vector
|
||||||
<<"which located outside allocated vector with size "<<itr->second.size();
|
<<" which located outside allocated vector with size "<<itr->second.size();
|
||||||
|
|
||||||
logger<< log4cpp::Priority::INFO<<"We expect issues with this packet in OUTGOING direction: "<<print_simple_packet(current_packet);
|
logger<< log4cpp::Priority::INFO<<"We expect issues with this packet in OUTGOING direction: "<<print_simple_packet(current_packet);
|
||||||
|
|
||||||
@ -1434,7 +1434,7 @@ void process_packet(simple_packet& current_packet) {
|
|||||||
|
|
||||||
if (shift_in_vector >= itr->second.size()) {
|
if (shift_in_vector >= itr->second.size()) {
|
||||||
logger<< log4cpp::Priority::ERROR<<"We tried to access to element with index "<<shift_in_vector
|
logger<< log4cpp::Priority::ERROR<<"We tried to access to element with index "<<shift_in_vector
|
||||||
<<"which located outside allocated vector with size "<<itr->second.size();
|
<<" which located outside allocated vector with size "<<itr->second.size();
|
||||||
|
|
||||||
logger<< log4cpp::Priority::INFO<<"We expect issues with this packet in INCOMING direction: "<<print_simple_packet(current_packet);
|
logger<< log4cpp::Priority::INFO<<"We expect issues with this packet in INCOMING direction: "<<print_simple_packet(current_packet);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user