Changeset 91d860d in mainline for uspace/srv/logger/initlvl.c
- Timestamp:
- 2026-07-09T11:53:43Z (6 days ago)
- Parents:
- 48cc66f (diff), 3272be1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Vojtech Horky <vojtech.horky@…> (2026-07-09 11:53:43)
- git-committer:
- GitHub <noreply@…> (2026-07-09 11:53:43)
- File:
-
- 1 edited
-
uspace/srv/logger/initlvl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/logger/initlvl.c
r48cc66f r91d860d 67 67 68 68 log->logged_level = level; 69 log->ref_counter++;69 refcount_up(&log->ref_counter); 70 70 71 71 log_unlock(log);
Note:
See TracChangeset
for help on using the changeset viewer.
