Changeset b895ba3 in mainline


Ignore:
Timestamp:
2019-08-17T13:38:00Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

sysman: Remove debugging pause

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/main.c

    rc7b9db03 rb895ba3  
    233233        fibril_add_ready(event_loop_fibril);
    234234
    235         sysman_log(LVL_DEBUG, "Debugging pause...\n");
    236         async_usleep(1 * 1000000);
    237         sysman_log(LVL_DEBUG, "Debugging pause ended.\n");
    238 
    239235        /* We're service too */
    240236        rc = service_register(SERVICE_SYSMAN);
Note: See TracChangeset for help on using the changeset viewer.