mirror of
https://github.com/systemd/systemd.git
synced 2025-08-31 09:49:54 +03:00
Add an extra debug log to dissect_image()
This commit is contained in:
committed by
Yu Watanabe
parent
3ae0e54527
commit
0121b84e41
@ -1001,6 +1001,9 @@ static int dissect_image(
|
|||||||
|
|
||||||
label = blkid_partition_get_name(pp); /* libblkid returns NULL here if empty */
|
label = blkid_partition_get_name(pp); /* libblkid returns NULL here if empty */
|
||||||
|
|
||||||
|
log_debug("Dissecting %s partition with label %s and UUID %s",
|
||||||
|
strna(partition_designator_to_string(type.designator)), strna(label), SD_ID128_TO_UUID_STRING(id));
|
||||||
|
|
||||||
if (IN_SET(type.designator,
|
if (IN_SET(type.designator,
|
||||||
PARTITION_HOME,
|
PARTITION_HOME,
|
||||||
PARTITION_SRV,
|
PARTITION_SRV,
|
||||||
|
Reference in New Issue
Block a user