vlog: Rename the currently used term 'facility' as 'destination'.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 6 Jan 2015 21:05:00 +0000 (13:05 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 8 Jan 2015 15:21:03 +0000 (07:21 -0800)
commitd5460484c3708d048270f8601d64e8f1a573b357
treeddd49dfb7d1285780cb6c6362f3376caaa1a5fc6
parent4c75aaabb15389ddc9ec76e23f09d9282648dc13
vlog: Rename the currently used term 'facility' as 'destination'.

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 <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
17 files changed:
NEWS
include/openvswitch/vlog.h
lib/vlog-syn.man
lib/vlog-unixctl.man
lib/vlog.c
lib/vlog.man
python/ovs/vlog.py
tests/test-reconnect.c
tests/test-vconn.c
tests/vlog.at
utilities/nlmon.c
utilities/ovs-appctl.8.in
utilities/ovs-appctl.c
utilities/ovs-benchmark.c
utilities/ovs-command-compgen-test.bash
utilities/ovs-vsctl.c
vtep/vtep-ctl.c