Skip to content
Snippets Groups Projects
Commit 34c118c0 authored by Thomas Dreibholz's avatar Thomas Dreibholz
Browse files

Error should create a log entry, not use printf().

parent 04789ff9
No related branches found
No related tags found
7 merge requests!1757Draft: Use pMAX value in configuration file, instead of hardcoded '23' in asn1_msg.c,!1493fix DL arq errors in UE,!1093Issue in generating NR PRACH for High Speed case,!1074PBCH test case support for non-zero bchpyload,!918Develop nfapi,!847Nr vcd,!780Fix for Issue #494: check and handle return value of openair0_device_load() (develop branch)
......@@ -2349,8 +2349,8 @@ void init_RU_proc(RU_t *ru) {
}
if (setup_RU_buffers(ru)!=0) {
printf("Exiting, cannot initialize RU Buffers\n");
exit(-1);
LOG_I(PHY,"Exiting, cannot initialize RU Buffers\n");
exit(1);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment