mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Fix debugnodes
This commit is contained in:
parent
91c94d6e49
commit
6cf58b9c3d
1 changed files with 2 additions and 2 deletions
|
@ -225,9 +225,9 @@ void dispatch_debug(std::string arg) {
|
|||
|
||||
auto* root = g_Hy3Layout->getWorkspaceRootGroup(workspace);
|
||||
if (workspace == -1) {
|
||||
Debug::log(LOG, "DEBUG NODES: no nodes on workspace");
|
||||
hy3_log(LOG, "DEBUG NODES: no nodes on workspace");
|
||||
} else {
|
||||
Debug::log(LOG, "DEBUG NODES\n%s", root->debugNode().c_str());
|
||||
hy3_log(LOG, "DEBUG NODES\n{}", root->debugNode().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue