ovs: fix logging message

Fixes: a259303e1d ('ovs: add support for "other_config" settings')
This commit is contained in:
Beniamino Galvani 2025-07-04 16:59:43 +02:00
parent 253800238e
commit 55765d2914

View file

@ -2249,7 +2249,7 @@ ovsdb_got_update(NMOvsdb *self, json_t *msg)
ovs_bridge->connection_uuid,
""),
(strtmp1 = _strdict_to_string(ovs_bridge->external_ids)),
(strtmp2 = _strdict_to_string(ovs_bridge->external_ids)));
(strtmp2 = _strdict_to_string(ovs_bridge->other_config)));
}
} else {
gs_free char *strtmp1 = NULL;