Print the array GUID and the array state. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- super-ddf.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/super-ddf.c b/super-ddf.c index bfb7f22..8e1d502 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -3952,7 +3952,9 @@ static int ddf_set_array_state(struct active_array *a, int consistent) if (old != ddf->virt->entries[inst].init_state) ddf_set_updates_pending(ddf); - dprintf("ddf mark %d %s %llu\n", inst, consistent?"clean":"dirty", + dprintf("ddf mark %d/%s (%d) %s %llu\n", inst, + guid_str(ddf->virt->entries[inst].guid), a->curr_state, + consistent?"clean":"dirty", a->info.resync_start); return consistent; } -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html