mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-25 01:30:17 -06:00
Fix a reporting message that was meant to be compile-conditional.
This commit is contained in:
parent
fbb3960b50
commit
8ec361b095
@ -271,7 +271,9 @@ static __always_inline void process_tcp(
|
||||
struct flow_data_t *data = bpf_map_lookup_elem(&flowbee, &key);
|
||||
if (data == NULL) {
|
||||
// If it isn't a flow we're tracking, bail out now
|
||||
#ifdef VERBOSE
|
||||
bpf_debug("Bailing");
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user