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