Prevent the line from wrapping.

This commit is contained in:
Edward Tomasz Napierala 2009-09-07 16:56:41 +00:00
parent 0103fcf5dc
commit 900b1670c4

View File

@ -3567,7 +3567,7 @@ arc_init(void)
if ((((uint64_t)physmem * PAGESIZE) < (1ULL << 32)) &&
prefetch_tunable_set == 0) {
printf("ZFS NOTICE: Prefetch is disabled by default if less "
"than 4 GB of RAM is present;\n"
"than 4GB of RAM is present;\n"
" to enable, add \"vfs.zfs.prefetch_disable=0\" "
"to /boot/loader.conf.\n");
zfs_prefetch_disable=1;