mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
Fix crazy log-indent format mess
This commit is contained in:
@ -1369,7 +1369,7 @@ void RelVaultNode::SetSeen (unsigned parentId, bool seen) {
|
||||
void RelVaultNode::Print (const plString& tag, unsigned level) {
|
||||
plStringStream ss;
|
||||
ss << tag;
|
||||
ss << plFormat(plFormat("{{{}}", level * 2).c_str(), " "); // creates the indentation
|
||||
ss << plString::Fill(level * 2, ' ');
|
||||
ss << " " << GetNodeId();
|
||||
ss << " " << plVault::NodeTypeStr(GetNodeType());
|
||||
|
||||
|
Reference in New Issue
Block a user