Update change log.

This commit is contained in:
Sönke Ludwig 2017-11-17 11:56:18 +01:00
parent 2a106ebcbb
commit 094de42f97
2 changed files with 18 additions and 1 deletions

View file

@ -492,7 +492,6 @@ struct FileStream {
cb => eventDriver.files.cancelWrite(m_fd)
);
ctx.ptr += res[2];
logDebug("Written %s", res[2]);
if (ctx.ptr > ctx.size) ctx.size = ctx.ptr;
enforce(res[1] == IOStatus.ok, "Failed to read data from disk.");
return res[2];