Re: [ovs-dev] [PATCH 2/2] lib: Add API to set program name and version
On Mon, Nov 24, 2014 at 12:49:01PM +0100, Thomas Graf wrote: > Required to have reasonable logging messages. > > Signed-off-by: Thomas Graf Applied, thanks! ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
[ovs-dev] [PATCH 2/2] lib: Add API to set program name and version
Required to have reasonable logging messages. Signed-off-by: Thomas Graf --- include/openvswitch/automake.mk | 1 + include/openvswitch/util.h | 31 +++ lib/unixctl.c | 2 +- lib/util.c | 17 + lib/util.h