write logging

This commit is contained in:
Kelvin Sherlock 2013-03-04 00:32:10 -05:00
parent aa73cc55cb
commit 31b41bf174
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ namespace OS
}
Log(" write(%04x, %08x, %08x)\n", ioRefNum, ioBuffer, ioReqCount);
ssize_t count = OS::Internal::FDEntry::write(ioRefNum, memoryPointer(ioBuffer), ioReqCount);
if (count >= 0)
{