pmt: Improve libhelper and libpartition_map, etc.

This commit is contained in:
2025-09-07 21:54:35 +03:00
parent 77760bd1d4
commit 9625bf6df0
8 changed files with 53 additions and 47 deletions

View File

@@ -136,7 +136,7 @@ basic_partition_map_builder::basic_partition_map_builder() {
LOGN(MAP, ERROR) << "Cannot build map by any default search entry."
<< std::endl;
LOGN(MAP, INFO) << "default constructor successfully ended work."
LOGN(MAP, INFO) << "default constructor ended work."
<< std::endl;
_insert_logicals(_build_map("/dev/block/mapper", true));
_map_builded = true;