mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 06:00:32 +01:00
ovs: fix logging message
Fixes: a259303e1d ('ovs: add support for "other_config" settings')
This commit is contained in:
parent
253800238e
commit
55765d2914
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue