Skip to content
Snippets Groups Projects
Commit 5b3c8158 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Also print system error message where operating system call failed.

parent 30545a88
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -164,7 +164,7 @@ writePA(bFiledataPA *bfd, size_t amount)
if (iret == -1)
{
xabort("did not succeed writing buffer");
SysError("did not succeed writing buffer");
}
else
xdebug("buffer written to %s", bfd->name);
......
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