*: let libfmt quote strings
This commit is contained in:
@@ -63,7 +63,7 @@ BonjourHelper::Callback([[maybe_unused]] DNSServiceRef sdRef,
|
||||
helper.Cancel();
|
||||
} else {
|
||||
FmtDebug(bonjour_domain,
|
||||
"Registered zeroconf service with name '{}'",
|
||||
"Registered zeroconf service with name {:?}",
|
||||
name);
|
||||
}
|
||||
}
|
||||
|
@@ -47,7 +47,7 @@ AvahiInit(EventLoop &event_loop, const char *service_name,
|
||||
const char *service_type, unsigned port)
|
||||
{
|
||||
if (!avahi_is_valid_service_name(service_name))
|
||||
throw FmtRuntimeError("Invalid zeroconf_name \"{}\"",
|
||||
throw FmtRuntimeError("Invalid zeroconf_name {:?}",
|
||||
service_name);
|
||||
|
||||
auto client = shared_avahi_client.lock();
|
||||
|
Reference in New Issue
Block a user