mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix typo in a DEBUG_TRACE message
This commit is contained in:
parent
399e5bac9e
commit
b403f7b8ed
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ ActionManager::register_toggle_action (RefPtr<ActionGroup> group,
|
||||||
fullpath += name;
|
fullpath += name;
|
||||||
|
|
||||||
RefPtr<Action> act = ToggleAction::create (name, label);
|
RefPtr<Action> act = ToggleAction::create (name, label);
|
||||||
DEBUG_TRACE (PBD::DEBUG::Actions, string_compose ("created action %1 in %2 success: %2\n", name, group->get_name(), (bool) act));
|
DEBUG_TRACE (PBD::DEBUG::Actions, string_compose ("created action %1 in %2 success: %3\n", name, group->get_name(), (bool) act));
|
||||||
|
|
||||||
if (actions.insert (ActionMap::value_type (fullpath, act)).second) {
|
if (actions.insert (ActionMap::value_type (fullpath, act)).second) {
|
||||||
group->add (act, sl);
|
group->add (act, sl);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue