mirror of https://gitee.com/bigwinds/arangodb
fixed misleading error message
This commit is contained in:
parent
f6f885d027
commit
5582ae0515
|
@ -562,7 +562,7 @@ static bool Compactifier(TRI_df_marker_t const* marker, void* data,
|
|||
result, nullptr); // ONLY IN COMPACTOR, PROTECTED by fake trx in caller
|
||||
|
||||
if (res != TRI_ERROR_NO_ERROR) {
|
||||
LOG_FATAL_AND_EXIT("cannot re-locate shape marker");
|
||||
LOG_FATAL_AND_EXIT("cannot re-locate attribute marker");
|
||||
}
|
||||
|
||||
context->_dfi._numberAttributes++;
|
||||
|
|
Loading…
Reference in New Issue