Skip to content

Commit 4205d1e

Browse files
ungeskriptetTravMurav
authored andcommitted
lk2nd: boot: Fix missing newline
Signed-off-by: David Wronek <[email protected]>
1 parent 39bce9a commit 4205d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lk2nd/boot/boot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static void lk2nd_scan_devices(void)
5959
lk2nd_try_extlinux(mountpoint);
6060
}
6161

62-
dprintf(INFO, "boot: Bootable file system not found. Reverting to android boot.");
62+
dprintf(INFO, "boot: Bootable file system not found. Reverting to android boot.\n");
6363
}
6464

6565
/**

0 commit comments

Comments
 (0)