Ubuntu 18.04 Upgrade #3
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ namespace fc {
|
|||
}
|
||||
catch (const std::exception& except)
|
||||
{
|
||||
elog("Exception binding outgoing connection to desired local endpoint: ${what}", ("what", except.what()));
|
||||
elog("Exception binding outgoing connection to desired local endpoint ${endpoint}: ${what}", ("endpoint", local_endpoint)("what", except.what()));
|
||||
FC_THROW("error binding to ${endpoint}: ${what}", ("endpoint", local_endpoint)("what", except.what()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue