1
0
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:
Peter Rajnoha 2013-10-10 13:34:43 +02:00
parent 029b8fbe76
commit 6b35c70e8b

View File

@ -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;
}