mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
metadata: add INTERNAL_ERROR to "Metadata inconsistency" msg
So we can spot it better if it occurs.
This commit is contained in:
parent
029b8fbe76
commit
6b35c70e8b
@ -145,8 +145,8 @@ int print_flags(uint64_t status, int type, char *buffer, size_t size)
|
||||
return 0;
|
||||
|
||||
if (status)
|
||||
log_warn("Metadata inconsistency: Not all flags successfully "
|
||||
"exported.");
|
||||
log_warn(INTERNAL_ERROR "Metadata inconsistency: "
|
||||
"Not all flags successfully exported.");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user