mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 14:58:46 +00:00
Kernel: Unbreak building with extra debug macros, part 1
This commit is contained in:
parent
8c1888811f
commit
eac3bbdcee
Notes:
sideshowbarker
2024-07-19 03:02:31 +09:00
Author: https://github.com/BenWiederhake
Commit: eac3bbdcee
Pull-request: https://github.com/SerenityOS/serenity/pull/3314
9 changed files with 24 additions and 14 deletions
|
@ -124,7 +124,7 @@ bool BlockBasedFS::write_block(unsigned index, const u8* data, size_t count, siz
|
|||
ASSERT(m_logical_block_size);
|
||||
ASSERT(offset + count <= block_size());
|
||||
#ifdef BBFS_DEBUG
|
||||
klog() << "BlockBasedFileSystem::write_block " << index << ", size=" << data.size();
|
||||
klog() << "BlockBasedFileSystem::write_block " << index << ", size=" << count;
|
||||
#endif
|
||||
|
||||
if (!allow_cache) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue