Changeset 66b1075 in mainline for uspace/srv/sysman/connection_ctl.c


Ignore:
Timestamp:
2020-01-05T03:04:38Z (5 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/sysman/connection_ctl.c

    r16d748ee r66b1075  
    145145        unit_handle_t handle = ipc_get_arg1(icall);
    146146        sysarg_t flags = ipc_get_arg2(icall);
    147         sysman_log(LVL_DEBUG2, "%s(%p, %lx, %i)", __func__, icall->cap_handle, flags, state);
     147        sysman_log(LVL_DEBUG2, "%s(%p, %" SCNuPTR ", %i)", __func__, icall->cap_handle, flags, state);
    148148
    149149        unit_t *unit = repo_find_unit_by_handle(handle);
Note: See TracChangeset for help on using the changeset viewer.