summaryrefslogtreecommitdiffstats
path: root/commands/partition.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/partition.c')
-rw-r--r--commands/partition.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/partition.c b/commands/partition.c
index 0a363c0cc7..42f4870098 100644
--- a/commands/partition.c
+++ b/commands/partition.c
@@ -41,6 +41,7 @@ static void dev_del_partitions(struct device_d *physdev)
dev = device_from_spec_str(buf, NULL);
if (dev) {
struct partition *part = dev->type_data;
+ printf("unregister %s %s\n", dev->name, dev->id);
unregister_device(dev);
free(part);
} else