diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-30 10:26:41 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-06-30 10:26:41 +0200 |
| commit | 8ee087a640c2ecf592555457f38ff152bd2f2d2e (patch) | |
| tree | 57471fc4fcfc95d15317f3d2717c455ad7f6904e /Kernel/Sources/FS | |
| parent | ffa1c9bd15768cbc5f176935e0e6d72e97c3e0ba (diff) | |
LPC: Add signature error.
SCI: New API: NApplication, NUser has been deprecated.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/Sources/FS')
| -rw-r--r-- | Kernel/Sources/FS/NewFS.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/FS/NewFS.cxx b/Kernel/Sources/FS/NewFS.cxx index 79121018..63aa598e 100644 --- a/Kernel/Sources/FS/NewFS.cxx +++ b/Kernel/Sources/FS/NewFS.cxx @@ -520,7 +520,7 @@ bool NewFSParser::Format(_Input _Output DriveTrait* drive) return true; } - kcout << "newoskrnl: PartitionBlock already exists.\r"; + kcout << "newoskrnl: partition block already exists.\r"; /// return success as well, do not ignore that partition. return true; |
