unixctl: Improve error reporting.
authorBen Pfaff <blp@nicira.com>
Fri, 15 Jan 2010 18:31:06 +0000 (10:31 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 15 Jan 2010 19:33:18 +0000 (11:33 -0800)
commita723bf84fb639262d2bf7e33b7640a9621bb19b5
treed1b4b97b9a0cac25815524b95b1ba9c46760d208
parent4a8535f39d5c4f6f34534ea1dcf9f35cddbde0c7
unixctl: Improve error reporting.

The ovs_error() function is our standard way of reporting startup errors,
so use it.  (It also outputs the program name at the beginning of the
message.)
lib/unixctl.c