osc: fix warning message

Apparently just a missing update from copy-paste.
This commit is contained in:
Mads Kiilerich 2022-06-02 00:44:24 +02:00 committed by Paul Davis
parent 176bbca821
commit 3fa64af624

View file

@ -4305,7 +4305,7 @@ OSC::set_automation (const char *path, const char* types, lo_arg **argv, int arg
} else if (strp->mute_control ()) {
control = strp->mute_control ();
} else {
PBD::warning << "No trim for this strip" << endmsg;
PBD::warning << "No mute for this strip" << endmsg;
}
} else {