summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-13 21:03:38 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-13 21:03:38 +0100
commita670c52e70a900140bb57253def2358fcd1987e3 (patch)
treebfb89cea8e12a124374d36a85f801da6b84ff76b /dev
parent0817c4b11d7b0421ccaab3fa4684c9f0a5dea381 (diff)
Add documentation, update error message (NeFS.h, NeFileSystemJournal)
Diffstat (limited to 'dev')
-rw-r--r--dev/ZKAKit/FSKit/NeFS.h3
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;
}