From 9246eba80332e6651cbe79d06155014eb685ccc7 Mon Sep 17 00:00:00 2001
From: George Kiagiadakis <george.kiagiadakis@collabora.com>
Date: Sun, 22 Sep 2019 17:35:47 +0300
Subject: [PATCH] monitor: fix usage of wp_properties_setf without a format
 string

---
 lib/wp/monitor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wp/monitor.c b/lib/wp/monitor.c
index 30fa2796..a107e34e 100644
--- a/lib/wp/monitor.c
+++ b/lib/wp/monitor.c
@@ -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,
-- 
GitLab