Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZhouShuya
OpenXG-RAN
Commits
d05ec7e8
Commit
d05ec7e8
authored
Jul 20, 2018
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hot dirty fix - TODO: fix it properly
parent
32055112
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
openair2/UTIL/LOG/log.c
openair2/UTIL/LOG/log.c
+4
-1
No files found.
openair2/UTIL/LOG/log.c
View file @
d05ec7e8
...
...
@@ -328,7 +328,10 @@ void log_getconfig(log_t *g_log) {
verbosity
=
map_str_to_int
(
log_verbosity_names
,
*
(
logparams_verbosity
[
i
].
strptr
));
level
=
map_str_to_int
(
log_level_names
,
*
(
logparams_level
[
i
].
strptr
));
set_comp_log
(
i
,
level
,
verbosity
,
1
);
set_component_filelog
(
*
(
logparams_logfile
[
i
].
uptr
));
/* HOTFIX: the following statement crashes, it is thus commented
* TODO: proper fix
*/
/*set_component_filelog(*(logparams_logfile[i].uptr));*/
if
(
logparams_logfile
[
i
].
defstrval
!=
NULL
)
{
free
(
logparams_logfile
[
i
].
defstrval
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment