Re: [ovs-dev] [PATCH v2 1/2] table: append newline when printing tables

2018-08-08 Thread Ben Pfaff
On Wed, Aug 08, 2018 at 10:15:35AM -0500, Terry Wilson wrote: > On Tue, Aug 7, 2018 at 7:34 PM, Aaron Conole wrote: > > With commit cb139fa8b3a1 ("table: New function table_format() for > > formatting a table as a string.") a new mechanism for formatting > > tables was introduced, and the table_pr

Re: [ovs-dev] [PATCH v2 1/2] table: append newline when printing tables

2018-08-08 Thread Terry Wilson
On Tue, Aug 7, 2018 at 7:34 PM, Aaron Conole wrote: > With commit cb139fa8b3a1 ("table: New function table_format() for > formatting a table as a string.") a new mechanism for formatting > tables was introduced, and the table_print method was refactored to > use this. > > During that refactor, cal

[ovs-dev] [PATCH v2 1/2] table: append newline when printing tables

2018-08-07 Thread Aaron Conole
With commit cb139fa8b3a1 ("table: New function table_format() for formatting a table as a string.") a new mechanism for formatting tables was introduced, and the table_print method was refactored to use this. During that refactor, calls to 'puts' were replaced with 'ds_put_cstr', and table print w