Changeset b895ba3 in mainline
- Timestamp:
- 2019-08-17T13:38:00Z (5 years ago)
- Children:
- 24b30e1
- Parents:
- c7b9db03
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-12-04 14:09:58)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:38:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/main.c
rc7b9db03 rb895ba3 233 233 fibril_add_ready(event_loop_fibril); 234 234 235 sysman_log(LVL_DEBUG, "Debugging pause...\n");236 async_usleep(1 * 1000000);237 sysman_log(LVL_DEBUG, "Debugging pause ended.\n");238 239 235 /* We're service too */ 240 236 rc = service_register(SERVICE_SYSMAN);
Note:
See TracChangeset
for help on using the changeset viewer.