X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-jsonrpc.c;h=e8edec0648acc656bc0fc57c109e182465600743;hb=a23aab1fc2f66b63ba9b7e4b9c9a8f6d58c367d0;hp=d02a65f15238eabda721d2330dd026c1c18ebff6;hpb=0d11f523a371910cb0ed5549a85836f83a7552c2;p=openvswitch diff --git a/tests/test-jsonrpc.c b/tests/test-jsonrpc.c index d02a65f1..e8edec06 100644 --- a/tests/test-jsonrpc.c +++ b/tests/test-jsonrpc.c @@ -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); }