From cd71e9c1a4c0285e6eabcd13d0fab00fc5738f52 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 21 Oct 2018 15:29:33 -0500 Subject: [PATCH] [ox/fs] Fix log channel (synced from fdc227cb72f4d8bbf198724a2b028ada7ffd0ebf) --- src/ox/fs/filesystem2/directory.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/fs/filesystem2/directory.hpp b/src/ox/fs/filesystem2/directory.hpp index 3e5334356..81bf9b329 100644 --- a/src/ox/fs/filesystem2/directory.hpp +++ b/src/ox/fs/filesystem2/directory.hpp @@ -57,7 +57,7 @@ struct __attribute__((packed)) DirectoryEntry { } ptrarith::Ptr data() { - oxTrace("ox::ptrarith::DirectoryEntry::data") << this->fullSize() << sizeof(*this) << this->size(); + oxTrace("ox::fs::DirectoryEntry::data") << this->fullSize() << sizeof(*this) << this->size(); return ptrarith::Ptr(this, this->fullSize(), sizeof(*this), this->size(), this->size()); }