Misc. Ubuntu fixes.

This commit is contained in:
Robin E. R. Davies
2024-11-23 12:49:43 -05:00
parent b64c86af04
commit e79589e009
9 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ void AvahiService::create_group(AvahiClient *c)
* because it was reset previously, add our entries. */
if (this->makeAnnouncement && avahi_entry_group_is_empty(group))
{
Lv2Log::debug(SS("Adding service '" << avahiNameString << "'"));
Lv2Log::debug(SS("Adding service '" << serviceName << "'"));
std::string instanceTxtRecord = SS("id=" << this->instanceId);