On Tuesday, January 06, 2015 01:49:05 PM Gurucharan Shetty wrote:
> In OVS, we currently use the term 'facility' to mean the place
> where we log (syslog, console or file). In Linux's syslog() and
> rfc5424, the term 'facility' is used to specify what type of program
> is logging the message (e.g: LOG_DAEMON). This causes confusion
> while reading vlog's code. This commit changes the term 'facility'
> to 'destination'.
> 
> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
> ---
>  include/openvswitch/vlog.h              |   40 ++++----
>  lib/vlog-syn.man                        |    4 +-
>  lib/vlog-unixctl.man                    |    6 +-
>  lib/vlog.c                              |  158 
> ++++++++++++++++---------------
>  lib/vlog.man                            |    8 +-
>  python/ovs/vlog.py                      |   56 +++++------
>  tests/test-reconnect.c                  |    2 +-
>  tests/test-vconn.c                      |    2 +-
>  tests/vlog.at                           |    6 +-
>  utilities/nlmon.c                       |    2 +-
>  utilities/ovs-appctl.8.in               |   10 +-
>  utilities/ovs-appctl.c                  |    2 +-
>  utilities/ovs-benchmark.c               |    2 +-
>  utilities/ovs-command-compgen-test.bash |    8 +-
>  utilities/ovs-vsctl.c                   |    2 +-
>  vtep/vtep-ctl.c                         |    2 +-
>  16 files changed, 160 insertions(+), 150 deletions(-)

This term change is big enough that I think it deserves to go to
the NEWS file as well.

fbl
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to