1
0
Fork 0

fixed error message

This commit is contained in:
Frank Celler 2012-03-13 16:56:16 +01:00
parent 15eea8fc35
commit b8e6b936e4
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ static TRI_vocbase_col_t* AddCollection (TRI_vocbase_t* vocbase,
if (found != NULL) {
TRI_Free(col);
LOG_ERROR("duplicate entry for identifier '%s'", cid);
LOG_ERROR("duplicate collection identifier '%lu' for name '%s'", (unsigned long) cid, name);
return NULL;
}
}