diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-12-13 21:03:38 +0100 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-12-13 21:03:38 +0100 |
| commit | a670c52e70a900140bb57253def2358fcd1987e3 (patch) | |
| tree | bfb89cea8e12a124374d36a85f801da6b84ff76b | |
| parent | 0817c4b11d7b0421ccaab3fa4684c9f0a5dea381 (diff) | |
Add documentation, update error message (NeFS.h, NeFileSystemJournal)
| -rw-r--r-- | dev/ZKAKit/FSKit/NeFS.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/ZKAKit/FSKit/NeFS.h b/dev/ZKAKit/FSKit/NeFS.h index 8144744e..f68c1af6 100644 --- a/dev/ZKAKit/FSKit/NeFS.h +++ b/dev/ZKAKit/FSKit/NeFS.h @@ -315,6 +315,7 @@ namespace Kernel STATIC const Char MetaFile(); }; + /// @brief Journal class for NeFS. class NeFileSystemJournal final { public: @@ -322,7 +323,7 @@ namespace Kernel { if (!stamp) { - kcout << "Invalid: Journal Stamp.\r"; + kcout << "Invalid: Journal Stamp, using default name.\r"; return; } |
