From 3fa64af6243e6b5e8f2ccff41f4fb00f6e40f015 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Thu, 2 Jun 2022 00:44:24 +0200 Subject: [PATCH] osc: fix warning message Apparently just a missing update from copy-paste. --- libs/surfaces/osc/osc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/osc/osc.cc b/libs/surfaces/osc/osc.cc index bf58868c9a..0ff2f1f578 100644 --- a/libs/surfaces/osc/osc.cc +++ b/libs/surfaces/osc/osc.cc @@ -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 {