Skip to content

Commit 7ad0f7e

Browse files
committed
log
Signed-off-by: Anas Nashif <[email protected]>
1 parent 39c8b7a commit 7ad0f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ static char **prepare_main_args(int *argc)
438438
}
439439

440440
if (strings_end + sizeof(char *) >= (char *)argv_begin) {
441-
LOG_WRN("not enough space in args buffer to accommodate all bootargs"
441+
LOG_WRN("not enough space in args buffer to accommodate all bootargs "
442442
" - bootargs truncated");
443443
return argv_begin;
444444
}

0 commit comments

Comments
 (0)