Log the partition table type autodetected
This commit is contained in:
parent
68ed33a52d
commit
c50183a27c
1 changed files with 1 additions and 1 deletions
|
@ -91,9 +91,9 @@ void autodetect_arch(disk_t *disk)
|
|||
}
|
||||
if(list_part==NULL)
|
||||
disk->arch=arch;
|
||||
log_info("Partition table type (auto): %s\n", disk->arch->part_name);
|
||||
part_free_list(list_part);
|
||||
#ifndef DEBUG_PARTAUTO
|
||||
log_set_levels(old_levels);
|
||||
#endif
|
||||
log_info("Partition table type (auto): %s\n", disk->arch->part_name);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue