confd: fix invalid printf argument, found by Coverity Scan

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-03-23 09:54:23 +01:00
parent 12ab32c9d2
commit b6d661e40b
+1 -1
View File
@@ -971,7 +971,7 @@ static int bridge_gen_ports(struct dagger *net, struct lyd_node *dif, struct lyd
err = dagger_add_dep(net, brname, ifname);
if (err)
return ERR_IFACE(cif, err, "Unable to add dep \"%s\" to %s", ifname, brdiff);
return ERR_IFACE(cif, err, "Unable to add dep \"%s\" to %s", ifname, brname);
goto fail;
}