mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-20 19:03:56 +02:00
Change hosting mode wording
This commit is contained in:
@@ -773,7 +773,7 @@ void PluginBridge::log_init_message() {
|
|||||||
<< std::endl;
|
<< std::endl;
|
||||||
init_msg << "hosting mode: '";
|
init_msg << "hosting mode: '";
|
||||||
if (config.group.has_value()) {
|
if (config.group.has_value()) {
|
||||||
init_msg << "group \"" << config.group.value() << "\"";
|
init_msg << "in group \"" << config.group.value() << "\"";
|
||||||
} else {
|
} else {
|
||||||
init_msg << "individual";
|
init_msg << "individual";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user