ovs-monitor-ipsec: Add unixctl support.
[openvswitch] / utilities / ovs-ofctl.c
index fcbbf215b8c95ffde68f2d16171de5f93f5730de..74a86c182a742edd1f106d280753148c4cfaf93a 100644 (file)
@@ -925,9 +925,6 @@ ofctl_barrier(struct unixctl_conn *conn, int argc OVS_UNUSED,
     }
 
     msg = ofputil_encode_barrier_request();
-    fprintf(stderr, "send: ");
-    ofp_print(stderr, msg->data, msg->size, verbosity);
-
     error = vconn_send_block(aux->vconn, msg);
     if (error) {
         ofpbuf_delete(msg);