This commit is contained in:
Frank Krick 2025-08-15 19:52:25 -04:00
parent 8e2d02c08c
commit 6a154a0be0

View file

@ -1980,7 +1980,7 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
if (impl == NULL)
return -errno;
pw_log_debug("module fk1 %p: new %s", impl, args);
pw_log_debug("module %p: new %s", impl, args);
if (args)
props = pw_properties_new_string(args);