2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>

* fhandler.cc (fhandler::write): Remove debug_printf.
	* pipe.cc (fhandler_pipe::create): Edit syscall_printf format.
This commit is contained in:
Pierre Humblet
2004-11-20 23:42:36 +00:00
parent e70bea195b
commit 2d2a068087
3 changed files with 6 additions and 2 deletions

View File

@ -914,7 +914,6 @@ fhandler_base::write (const void *ptr, size_t len)
}
}
debug_printf ("%d = write (%p, %d)", res, ptr, len);
return res;
}