From 2bd1d68300e94536b4c12ce1bd8d066b47c659d4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 20 Mar 2025 04:51:36 +0100 Subject: BootKit.h: Better logging of the new partition's block. Signed-off-by: Amlal El Mahrouss --- dev/Boot/BootKit/BootKit.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dev/Boot/BootKit/BootKit.h') diff --git a/dev/Boot/BootKit/BootKit.h b/dev/Boot/BootKit/BootKit.h index 2de5ca09..d8f6d4ca 100644 --- a/dev/Boot/BootKit/BootKit.h +++ b/dev/Boot/BootKit/BootKit.h @@ -365,12 +365,12 @@ namespace Boot BTextWriter writer; - writer << "partition name: " << part.PartitionName << "\r"; - writer << "start: " << part.StartCatalog << "\r"; - writer << "number of catalogs: " << part.CatalogCount << "\r"; - writer << "free catalog: " << part.FreeCatalog << "\r"; - writer << "free sectors: " << part.FreeSectors << "\r"; - writer << "sector size: " << part.SectorSize << "\r"; + writer << "BootZ: Partition name: " << part.PartitionName << "\r"; + writer << "BootZ: Start: " << part.StartCatalog << "\r"; + writer << "BootZ: Number of catalogs: " << part.CatalogCount << "\r"; + writer << "BootZ: Free catalog: " << part.FreeCatalog << "\r"; + writer << "BootZ: Free sectors: " << part.FreeSectors << "\r"; + writer << "BootZ: Sector size: " << part.SectorSize << "\r"; #ifdef BOOTZ_EPM_SUPPORT EPM_PART_BLOCK epm_boot{0}; -- cgit v1.2.3