hashtable: Reword errors

This commit is contained in:
Vicent Marti 2011-05-23 21:04:09 +03:00
parent da533495c5
commit 0be7f000a5

View File

@ -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)