mirror of
https://github.com/matrix-construct/construct
synced 2024-11-10 12:01:15 +01:00
ircd: Propagate the ec message here.
This commit is contained in:
parent
bbe676a392
commit
c0de9b2e76
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue