summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-04-04 12:46:29 +0200
committerThomas Haller <thaller@redhat.com>2023-04-05 08:47:48 +0200
commit98f9a9bc37bd592387c5d5cd53efb1d1d14126a5 (patch)
treedcd9fdf5421d1574ef5920bde385dcf16d0d7469
parentc84340a9cbf1894f5324c592a436e539dc3f4ebf (diff)
ovsdb: avoid duplicate logging for call response
We already log the response during _call_complete(), which is called just a few lines below. Don't duplicate the verbose message.
-rw-r--r--src/core/devices/ovs/nm-ovsdb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/devices/ovs/nm-ovsdb.c b/src/core/devices/ovs/nm-ovsdb.c
index 654ab4a44f..e4ee1d8f64 100644
--- a/src/core/devices/ovs/nm-ovsdb.c
+++ b/src/core/devices/ovs/nm-ovsdb.c
@@ -2360,9 +2360,6 @@ ovsdb_got_msg(NMOvsdb *self, json_t *msg)
ovsdb_disconnect(self, FALSE, FALSE);
return;
}
- /* Cool, we found a corresponding call. Finish it. */
-
- _LOGT_call(call, "response: %s", (msg_as_str = json_dumps(msg, 0)));
if (!json_is_null(error)) {
/* The response contains an error. */