Changeset bdca26a in mainline for kernel/generic/src/main/kinit.c
- Timestamp:
- 2019-05-26T13:21:50Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8aea932
- Parents:
- 967e7a1
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-17 14:27:34)
- git-committer:
- Jakub Jermář <jakub@…> (2019-05-26 13:21:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
r967e7a1 rbdca26a 291 291 log(LF_OTHER, LVL_ERROR, 292 292 "init[%zu]: Init binary load failed " 293 "(error %s, loader status % u)", i,294 str_error_name(rc), programs[i].loader_status);293 "(error %s, loader status %s)", i, 294 str_error_name(rc), str_error_name(programs[i].loader_status)); 295 295 } 296 296 }
Note:
See TracChangeset
for help on using the changeset viewer.