0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-18 09:58:22 +02:00

ircd: Propagate the ec message here.

This commit is contained in:
Jason Volk 2018-11-11 15:52:48 -08:00
parent bbe676a392
commit c0de9b2e76

View file

@ -125,7 +125,7 @@ ircd::make_system_error(const boost::system::error_code &ec)
{
return std::system_error
{
make_error_code(ec)
make_error_code(ec), ec.message()
};
}