Attention is currently required from: laforge, pespin.
3 comments:
File src/logging.c:
Patch Set #6, Line 107: memset(tmp_level, 100, osmo_log_info->num_cat);
NOT DONE YET
literally done by adding a comment that explains that it is a random big value which is not going to get its own useless define.
Patch Set #6, Line 134: struct log_category tmp = { 99, 0 };
NOT DONE YET
literally done by adding a comment that explains that it is a random big value which is not going to get its own useless define.
Patch Set #6, Line 145: log_level_lookup_cache[mapped_subsys] = tmp.enabled ? tmp.loglevel : 99;
NOT DONE YET
literally done by adding a comment that explains that it is a random big value which is not going to get its own useless define.
What the function does is described by the preceding comment.
To view, visit change 30633. To unsubscribe, or for help writing mail filters, visit settings.