ovs-vsctl: Use vsctl_fatal() consistently.
authorBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 22:25:11 +0000 (14:25 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 2 Feb 2010 23:21:10 +0000 (15:21 -0800)
commitdef90f6204f7cab8a23f5352c2be26b7cf8586f5
tree75045f7c7d669fe860b1848abc9f5d785ff9488f
parent90cc40715368ded012349403a77fa05a441a9dae
ovs-vsctl: Use vsctl_fatal() consistently.

vsctl_fatal() logs its argument as well as printing it on stderr, so it
is preferable within ovs-vsctl.  An upcoming commit will also make
vsctl_fatal() free memory, so using it consistently will also make that
memory freed consistently.
utilities/ovs-vsctl.c