Changeset 4d8a1b6 in mainline for uspace/srv/logger/initlvl.c


Ignore:
Timestamp:
2026-04-24T21:46:30Z (3 days ago)
Author:
GitHub <noreply@…>
Parents:
2866531 (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-04-24 21:46:30)
git-committer:
GitHub <noreply@…> (2026-04-24 21:46:30)
Message:

Merge 3272be1101feae98362bf4f9837caa330107cb01 into 2866531314f5a94a44dbcac43bee242556262ce7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/logger/initlvl.c

    r2866531 r4d8a1b6  
    6767
    6868        log->logged_level = level;
    69         log->ref_counter++;
     69        refcount_up(&log->ref_counter);
    7070
    7171        log_unlock(log);
Note: See TracChangeset for help on using the changeset viewer.