summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
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;
}