1
0
Fork 0

fixed wrong path in error message

This commit is contained in:
Jan Steemann 2012-11-15 22:23:41 +01:00
parent 9ac2e4235e
commit 2849b4555f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ bool RestEdgeHandler::createDocument () {
if (suffix.size() != 0) {
generateError(HttpResponse::BAD,
TRI_ERROR_HTTP_SUPERFLUOUS_SUFFICES,
"superfluous suffix, expecting " + DOCUMENT_PATH + "?collection=<identifier>");
"superfluous suffix, expecting " + EDGE_PATH + "?collection=<identifier>");
return false;
}