1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

cleanup: bad flag is internal error here

Convert to internal error.
This commit is contained in:
Zdenek Kabelac 2017-05-26 15:45:37 +02:00
parent 597b3576c7
commit 8e0bc73eba

View File

@ -114,7 +114,7 @@ static const struct flag *_get_flags(int type)
return _lv_flags;
}
log_error("Unknown flag set requested.");
log_error(INTERNAL_ERROR "Unknown flag set requested.");
return NULL;
}