Changeset 3004ab7 in mainline
- Timestamp:
- 2020-01-09T01:04:57Z (5 years ago)
- Children:
- 0939097
- Parents:
- eaafee3
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2020-01-04 20:30:29)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_svc.c
reaafee3 r3004ab7 88 88 89 89 if (rc != EOK) { 90 sysman_log(LVL_ERROR, "%s: failed to spawn task '%s' for unit '%s'.", 91 __func__, 92 u_svc->exec_start.path, 93 unit_name(unit)); 90 94 unit->state = STATE_FAILED; 91 95 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.