mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Tidy up Validators logging
This commit is contained in:
@@ -36,13 +36,14 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
String name ()
|
||||
std::string to_string () const
|
||||
{
|
||||
return m_name;
|
||||
return m_name.toStdString();
|
||||
}
|
||||
|
||||
String uniqueID ()
|
||||
String uniqueID () const
|
||||
{
|
||||
// VFALCO TODO This can't be right...?
|
||||
return String::empty;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user