mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
Ext2FS: Fix build with EXT2_DEBUG
This commit is contained in:
parent
274be68102
commit
31d3eac651
1 changed files with 1 additions and 1 deletions
|
@ -915,7 +915,7 @@ bool Ext2FSInode::write_directory(const Vector<Ext2FSDirectoryEntry>& entries)
|
||||||
|
|
||||||
#ifdef EXT2_DEBUG
|
#ifdef EXT2_DEBUG
|
||||||
dbg() << "* Inode: " << entry.inode
|
dbg() << "* Inode: " << entry.inode
|
||||||
<< ", name_len: " << u16(entry.name_length)
|
<< ", name_len: " << u16(entry.name.length())
|
||||||
<< ", rec_len: " << u16(record_length)
|
<< ", rec_len: " << u16(record_length)
|
||||||
<< ", file_type: " << u8(entry.file_type)
|
<< ", file_type: " << u8(entry.file_type)
|
||||||
<< ", name: " << entry.name;
|
<< ", name: " << entry.name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue