Skip to content
Snippets Groups Projects
Commit 50dda49c authored by Nico Weber's avatar Nico Weber
Browse files

Tweak diagnostic text from e4eb6216

parent 21a51ceb
No related branches found
No related tags found
No related merge requests found
......@@ -360,8 +360,7 @@ Expected<FileBufferByteStream> MSFBuilder::commit(StringRef Path,
return make_error<MSFError>(
error_code,
formatv("File size would have been {0,1:N} which exceeds the maximum \
file size for the current page size {1}",
formatv("File size {0,1:N} too large for current PDB page size {1}",
FileSize, Layout.SB->BlockSize));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment