mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-26 14:04:15 +03:00
Replace with debug
Since the dm_tree_create already reports reason of error, use log_debug for this message.
This commit is contained in:
parent
d70b1eea5d
commit
3822c98285
@ -1147,7 +1147,7 @@ static struct dm_tree *_create_partial_dtree(struct dev_manager *dm, struct logi
|
|||||||
uint32_t s;
|
uint32_t s;
|
||||||
|
|
||||||
if (!(dtree = dm_tree_create())) {
|
if (!(dtree = dm_tree_create())) {
|
||||||
log_error("Partial dtree creation failed for %s.", lv->name);
|
log_debug("Partial dtree creation failed for %s.", lv->name);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user