This commit is contained in:
David Rupprecht 2021-03-01 08:55:06 +01:00 committed by Andre Puschmann
parent 9e72d89fa1
commit 410c8e5d0e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ int ue_stack_lte::init(const stack_args_t& args_)
args.pkt_trace.mac_nr_pcap.enable = false; args.pkt_trace.mac_nr_pcap.enable = false;
args.pkt_trace.mac_nr_pcap.enable = false; args.pkt_trace.mac_nr_pcap.enable = false;
} else { } else {
stack_logger.error("Unkown PCAP option %s", pcap.c_str()); stack_logger.error("Unknown PCAP option %s", pcap.c_str());
} }
} }