Changeset 3004ab7 in mainline


Ignore:
Timestamp:
2020-01-09T01:04:57Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

Adding a error log in case of failing to spawn an application

File:
1 edited

Legend:

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

    reaafee3 r3004ab7  
    8888
    8989        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));
    9094                unit->state = STATE_FAILED;
    9195                return rc;
Note: See TracChangeset for help on using the changeset viewer.