Changeset 66b1075 in mainline for uspace/srv/taskman/task.c


Ignore:
Timestamp:
2020-01-05T03:04:38Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
fb86ff19
Parents:
16d748ee
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-11-30 22:34:36)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-05 03:04:38)
Message:

improving architecture independency of newly added taskman and sysman

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/taskman/task.c

    r16d748ee r66b1075  
    216216
    217217        hash_table_insert(&task_hash_table, &t->link);
    218         DPRINTF("%s: %llu\n", __func__, t->id);
     218        DPRINTF("%s:%d from %" PRIu64 "\n", __func__, __LINE__, t->id);
    219219
    220220finish:
Note: See TracChangeset for help on using the changeset viewer.