mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Ext2FS: Fix build with EXT2_DEBUG
This commit is contained in:
@@ -915,7 +915,7 @@ bool Ext2FSInode::write_directory(const Vector<Ext2FSDirectoryEntry>& entries)
|
||||
|
||||
#ifdef EXT2_DEBUG
|
||||
dbg() << "* Inode: " << entry.inode
|
||||
<< ", name_len: " << u16(entry.name_length)
|
||||
<< ", name_len: " << u16(entry.name.length())
|
||||
<< ", rec_len: " << u16(record_length)
|
||||
<< ", file_type: " << u8(entry.file_type)
|
||||
<< ", name: " << entry.name;
|
||||
|
||||
Reference in New Issue
Block a user