Looks good. Ethan
On Thu, Oct 6, 2011 at 11:30, Ben Pfaff <b...@nicira.com> wrote: > The "show-log" command tries to give names to the rows to make it easier to > understand what's going on, but it's still important to see at least > partial UUIDs so that one can search the output for references to the rows > by UUID. > --- > ovsdb/ovsdb-tool.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ovsdb/ovsdb-tool.c b/ovsdb/ovsdb-tool.c > index 0e4a520..501a673 100644 > --- a/ovsdb/ovsdb-tool.c > +++ b/ovsdb/ovsdb-tool.c > @@ -366,12 +366,12 @@ print_db_changes(struct shash *tables, struct shash > *names) > > if (!old_name) { > if (new_name) { > - printf(" insert row %s:\n", new_name); > + printf(" insert row %s (%.8s):\n", new_name, row_uuid); > } else { > printf(" insert row %.8s:\n", row_uuid); > } > } else { > - printf(" row %s:\n", old_name); > + printf(" row %s (%.8s):\n", old_name, row_uuid); > } > > if (columns->type == JSON_OBJECT) { > -- > 1.7.4.4 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev