mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-22 16:10:37 +01:00
ovs: fix logging message
Fixes:a259303e1d('ovs: add support for "other_config" settings') (cherry picked from commit55765d2914)
This commit is contained in:
parent
2478dca1a1
commit
a509efdbab
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