Skip to content

Commit f611af0

Browse files
committed
diskutil: Add missing debug info
1 parent 9dd301d commit f611af0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/diskutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def get_partition_info(self, dev, refresh_apfs=False):
128128
part.container["Volumes"] = []
129129
logging.info(f"{part.name} doesn't have any Volumes")
130130

131-
logging.debug("Partition {dev}: {part}")
131+
logging.debug(f"Partition {dev}: {part}")
132132
return part
133133

134134
def get_partitions(self, dskname):

0 commit comments

Comments
 (0)