mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Improve diagnostics for ResourceManager
This commit is contained in:
@@ -44,7 +44,7 @@ struct Entry : public List <Entry>::Node
|
||||
{
|
||||
case kindInbound: return key->address.to_string();
|
||||
case kindOutbound: return key->address.to_string();
|
||||
case kindAdmin: return key->name;
|
||||
case kindAdmin: return std::string ("\"") + key->name + "\"";
|
||||
default:
|
||||
bassertfalse;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user