1
0
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:
Zdenek Kabelac 2011-10-11 09:01:38 +00:00
parent d70b1eea5d
commit 3822c98285

View File

@ -1147,7 +1147,7 @@ static struct dm_tree *_create_partial_dtree(struct dev_manager *dm, struct logi
uint32_t s;
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;
}