From 31b41bf174eaf829ee254cf73a7b2e9fdaf296ee Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 4 Mar 2013 00:32:10 -0500 Subject: [PATCH] write logging --- toolbox/os.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/os.cpp b/toolbox/os.cpp index 290794f..db40ec8 100644 --- a/toolbox/os.cpp +++ b/toolbox/os.cpp @@ -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) {