Commit 1e140fc7 authored by Pavel Vainerman's avatar Pavel Vainerman

minor fixes in debug log

parent 0ee078b0
...@@ -584,7 +584,7 @@ void Configuration::setLocalNode( string nodename ) ...@@ -584,7 +584,7 @@ void Configuration::setLocalNode( string nodename )
{ {
stringstream err; stringstream err;
err << "(Configuration::setLocalNode): Not found node '" << nodename << "'"; err << "(Configuration::setLocalNode): Not found node '" << nodename << "'";
unideb[Debug::CRIT] << err << endl; unideb[Debug::CRIT] << err.str() << endl;
throw Exception(err.str()); throw Exception(err.str());
} }
oind->initLocalNode(localNode); oind->initLocalNode(localNode);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment