fix regression - set correctly log sink in epc

master
Francisco 4 years ago committed by Francisco Paisana
parent d1ab4aae66
commit d01f6806f0

@ -370,6 +370,7 @@ int main(int argc, char* argv[])
if (!chan) {
return SRSLTE_ERROR;
}
srslog::set_default_sink(*log_sink);
// Start the log backend.
srslog::init();

Loading…
Cancel
Save