mirror of
https://git.proxmox.com/git/libgit2
synced 2026-02-01 18:44:17 +00:00
hashtable: Reword errors
This commit is contained in:
parent
da533495c5
commit
0be7f000a5
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user