diff options
-rw-r--r-- | Detail.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -290,6 +290,9 @@ int Detail(char *dev, struct context *c) map_free(map); if (st && st->sb) { + if (info) + printf("MD_RESHAPE_ACTIVE=%s\n", + info->reshape_active ? "True" : "False"); if (st->ss->export_detail_super) st->ss->export_detail_super(st); } |