Changeset 5a88d87 in mainline for uspace/srv/sysman/connection_broker.c
- Timestamp:
- 2019-08-17T13:13:53Z (6 years ago)
- Children:
- c7b9db03
- Parents:
- ff20afc
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-12-04 14:00:12)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:13:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/connection_broker.c
rff20afc r5a88d87 69 69 unit_t *unit = repo_find_unit_by_name(unit_name); 70 70 if (unit == NULL) { 71 //sysman_log(LVL_NOTE, "Unit '%s' not found.", unit_name);72 71 retval = ENOENT; 73 72 goto finish; … … 97 96 } 98 97 99 //sysman_log(LVL_DEBUG2, "%s(%s)", __func__, exposee);100 98 101 99 retval = ENOTSUP;
Note:
See TracChangeset
for help on using the changeset viewer.