1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

raid: switch message to verbose

As this is not 'error' resulting query, decrease reported level.
This commit is contained in:
Zdenek Kabelac 2017-06-23 11:14:31 +02:00
parent 6d30350dd1
commit 63ecbcd1b7

View File

@ -49,7 +49,7 @@ static int _reshape_is_supported(struct cmd_context *cmd, const struct segment_t
if (!segtype->ops->target_present ||
!segtype->ops->target_present(cmd, NULL, &attrs) ||
!(attrs & RAID_FEATURE_RESHAPE)) {
log_error("RAID module does not support reshape.");
log_debug("RAID module does not support reshape.");
return 0;
}