Implement initial Python bindings for Open vSwitch database.
[openvswitch] / tests / test-jsonrpc.c
index f2d0568edc01fc61048a7d77a0ba34fa4e6107e3..e8edec0648acc656bc0fc57c109e182465600743 100644 (file)
@@ -319,7 +319,7 @@ do_notify(int argc OVS_UNUSED, char *argv[])
 
     error = jsonrpc_send_block(rpc, msg);
     if (error) {
-        ovs_fatal(error, "could not send request");
+        ovs_fatal(error, "could not send notification");
     }
     jsonrpc_close(rpc);
 }