mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
Ext2FS: Fix build with EXT2_DEBUG
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 03:16:26 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/31d3eac6510
@@ -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