Changeset 66b1075 in mainline for uspace/srv/sysman/units/unit_cfg.c


Ignore:
Timestamp:
2020-01-05T03:04:38Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
fb86ff19
Parents:
16d748ee
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-11-30 22:34:36)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-05 03:04:38)
Message:

improving architecture independency of newly added taskman and sysman

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/units/unit_cfg.c

    r16d748ee r66b1075  
    136136        list_foreach(text_parse.errors, link, text_parse_error_t, err) {
    137137                sysman_log(LVL_WARN,
    138                     "Error (%i) when parsing '%s' on line %lu.",
     138                    "Error (%i) when parsing '%s' on line %zu.",
    139139                    err->parse_errno, fn, err->lineno);
    140140        }
Note: See TracChangeset for help on using the changeset viewer.