ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a printf() format string.
authorBen Pfaff <blp@nicira.com>
Mon, 8 Mar 2010 22:18:44 +0000 (14:18 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Mar 2010 22:18:44 +0000 (14:18 -0800)
commite1c0e2d1730b884b2ecda1a41ec9661e8b9251e2
treeb72ab016bf233aa90ff09e1befebdeef1c9e9a43
parent4787d6d7df196ff7463517423dfbdfd41bdceffe
ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a printf() format string.

All of the callers were calling xasprintf() and then passing the result
to ovsdb_idl_txn_add_comment(), so this slightly simplifies the callers.
lib/ovsdb-idl.c
lib/ovsdb-idl.h
utilities/ovs-vsctl.c
vswitchd/ovs-brcompatd.c