1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

add major:minor to table size changed debug message

This commit is contained in:
Alasdair Kergon 2012-05-15 20:03:12 +00:00
parent b96c213356
commit 61712a1f0d

View File

@ -2373,8 +2373,9 @@ static int _load_node(struct dm_tree_node *dnode)
dnode->props.size_changed = 0;
log_debug("Table size changed from %" PRIu64 " to %"
PRIu64 " for %s.%s", existing_table_size,
seg_start, dnode->name,
PRIu64 " for %s (%" PRIu32 ":%" PRIu32 ").%s",
existing_table_size, seg_start, dnode->name,
dnode->info.major, dnode->info.minor,
dnode->props.size_changed ? "" : " (Ignoring.)");
}
}