Commit 0be7f000 by Vicent Marti

hashtable: Reword errors

parent da533495
...@@ -248,7 +248,7 @@ int git_hashtable_remove(git_hashtable *self, const void *key) ...@@ -248,7 +248,7 @@ int git_hashtable_remove(git_hashtable *self, const void *key)
} }
} }
return git__throw(GIT_ENOTFOUND, "Failed to remove entry. Entry not found"); return git__throw(GIT_ENOTFOUND, "Entry not found in hash table");
} }
int git_hashtable_merge(git_hashtable *self, git_hashtable *other) int git_hashtable_merge(git_hashtable *self, git_hashtable *other)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment