ofp-util.h: Use NX_VENDOR_ID instead of literal numeric constant.
[openvswitch] / tests / test-jsonrpc.c
index d02a65f15238eabda721d2330dd026c1c18ebff6..e8edec0648acc656bc0fc57c109e182465600743 100644 (file)
@@ -44,8 +44,6 @@ main(int argc, char *argv[])
 {
     proctitle_init(argc, argv);
     set_program_name(argv[0]);
-    time_init();
-    vlog_init();
     parse_options(argc, argv);
     run_command(argc - optind, argv + optind, all_commands);
     return 0;
@@ -321,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);
 }