1
0
Fork 0

fixed misleading error message

This commit is contained in:
Jan Steemann 2016-01-14 17:35:07 +01:00
parent f6f885d027
commit 5582ae0515
1 changed files with 1 additions and 1 deletions

View File

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