Skip to content
Snippets Groups Projects
Commit 9246eba8 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

monitor: fix usage of wp_properties_setf without a format string

parent 94b1390d
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ node_new (struct device *dev, uint32_t id,
/* the SPA factory name must be set as a property
for the spa-node-factory / adapter */
wp_properties_setf (props, PW_KEY_FACTORY_NAME, info->factory_name);
wp_properties_set (props, PW_KEY_FACTORY_NAME, info->factory_name);
/* the rest is up to the user */
g_signal_emit (self, signals[SIG_SETUP_NODE_PROPS], 0, dev->properties,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment