Missing newline in error message

This commit is contained in:
Ingo Weinhold
2011-07-17 16:55:18 +02:00
parent c71072069b
commit f19b93ff21
+1 -1
View File
@@ -530,7 +530,7 @@ vfs_mount_boot_file_system(kernel_args* args)
"packages /boot/common/packages; type common",
0 /* unused argument length */);
if (commonPackageMount < 0) {
dprintf("Failed to mount common packagefs: %s",
dprintf("Failed to mount common packagefs: %s\n",
strerror(commonPackageMount));
}
}