datapath: Convert ODP_FLOW_* commands to use AF_NETLINK socket layer.
[openvswitch] / tests / test-jsonrpc.c
index 95697aa1a183c5e7e5073e214f8f678e7e8c1cf7..e8edec0648acc656bc0fc57c109e182465600743 100644 (file)
@@ -44,7 +44,6 @@ main(int argc, char *argv[])
 {
     proctitle_init(argc, argv);
     set_program_name(argv[0]);
-    vlog_init();
     parse_options(argc, argv);
     run_command(argc - optind, argv + optind, all_commands);
     return 0;
@@ -320,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);
 }