Skip to content

Commit

Permalink
Improved debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ffAudio committed Apr 11, 2024
1 parent b0821f7 commit 929e485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/foleys_dsp_magic/DSP/foleys_MagicDspBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ std::unique_ptr<DspNode> MagicDspBuilder::createNode (const juce::ValueTree& nod
return item;
}

DBG ("No factory for: " << node.getType().toString());
DBG ("No DSP factory for: " << node.getType().toString());
return {};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ std::unique_ptr<GuiItem> MagicGUIBuilder::createGuiItem (const juce::ValueTree&
return item;
}

DBG ("No factory for: " << node.getType().toString());
DBG ("No GUI factory for: " << node.getType().toString());
return {};
}

Expand Down

0 comments on commit 929e485

Please sign in to comment.