Changeset 80f7c54 in mainline for uspace/app/tmon/list.c
- Timestamp:
- 2018-01-27T14:37:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf0398c
- Parents:
- 77733a9
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-27 14:37:07)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-27 14:37:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tmon/list.c
r77733a9 r80f7c54 53 53 54 54 if ((rc = devman_fun_sid_to_handle(svc, &diag_handle))) { 55 printf(NAME ": Error resolving handle of device with SID % ld, skipping.\n", svc);55 printf(NAME ": Error resolving handle of device with SID %" PRIun ", skipping.\n", svc); 56 56 return; 57 57 } … … 59 59 char path[MAX_PATH_LENGTH]; 60 60 if ((rc = devman_fun_get_path(diag_handle, path, sizeof(path)))) { 61 printf(NAME ": Error resolving path of device with SID % ld, skipping.\n", svc);61 printf(NAME ": Error resolving path of device with SID %" PRIun ", skipping.\n", svc); 62 62 return; 63 63 }
Note:
See TracChangeset
for help on using the changeset viewer.