Fix getgrname error message.

This commit is contained in:
Michael Friedrich 2013-10-09 23:49:44 +02:00
parent 7aaee262d3
commit 29a9365a48

View File

@ -244,7 +244,7 @@ int main(int argc, char **argv)
if (!gr) {
BOOST_THROW_EXCEPTION(posix_error()
<< boost::errinfo_api_function("getpwnam")
<< boost::errinfo_api_function("getgrnam")
<< boost::errinfo_errno(errno));
}