Changeset fe86d9d in mainline


Ignore:
Timestamp:
2019-08-07T02:36:00Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
1be7bee
Parents:
0a8f070
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-08-16 16:10:12)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-07 02:36:00)
Message:

taskman: .bzrignore + forgotten printf

Conflicts:

.bzrignore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/taskman.c

    r0a8f070 rfe86d9d  
    7373async_sess_t *taskman_handshake(void)
    7474{
    75         printf("%s:%i\n", __func__, __LINE__);
    76 
    7775        int rc = taskman_ask_callback(session_primary);
    7876        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.