Bad Visual Studio identifier lookup inside lambdas.
This commit is contained in:
parent
b8cfcd6549
commit
cfab552a9c
1 changed files with 1 additions and 1 deletions
2
rai/node/rpc.cpp
Normal file → Executable file
2
rai/node/rpc.cpp
Normal file → Executable file
|
@ -95,7 +95,7 @@ void rai::rpc::start ()
|
|||
}
|
||||
else
|
||||
{
|
||||
BOOST_LOG (node.log) << boost::str (boost::format ("Error accepting RPC connections: %1%") % ec);
|
||||
BOOST_LOG (this->node.log) << boost::str (boost::format ("Error accepting RPC connections: %1%") % ec);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue