mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add missing newline in pwarn message.
Reported by: Mark Millard <marklmi@yahoo.com> Approved by: re (kib)
This commit is contained in:
parent
fab44dc358
commit
7462fc7f56
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339082
@ -186,7 +186,7 @@ pass5(void)
|
||||
cg->cg_ckhash = 0;
|
||||
thishash = calculate_crc32c(~0L, cg, fs->fs_cgsize);
|
||||
if (ckhash != thishash)
|
||||
pwarn("CG %d: BAD CHECK-HASH %#x vs %#x",
|
||||
pwarn("CG %d: BAD CHECK-HASH %#x vs %#x\n",
|
||||
c, ckhash, thishash);
|
||||
cg->cg_ckhash = ckhash;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user