summaryrefslogtreecommitdiff
path: root/utilities/ovs-appctl.c
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2015-01-06 13:05:00 -0800
committerGurucharan Shetty <gshetty@nicira.com>2015-01-08 07:21:03 -0800
commitd5460484c3708d048270f8601d64e8f1a573b357 (patch)
treeddd49dfb7d1285780cb6c6362f3376caaa1a5fc6 /utilities/ovs-appctl.c
parent4c75aaabb15389ddc9ec76e23f09d9282648dc13 (diff)
downloadopenvswitch-d5460484c3708d048270f8601d64e8f1a573b357.tar.gz
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>
Diffstat (limited to 'utilities/ovs-appctl.c')
-rw-r--r--utilities/ovs-appctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/ovs-appctl.c b/utilities/ovs-appctl.c
index 5c39a8f28..dee2d33a4 100644
--- a/utilities/ovs-appctl.c
+++ b/utilities/ovs-appctl.c
@@ -95,7 +95,7 @@ Common commands:\n\
vlog/set [SPEC]\n\
Set log levels as detailed in SPEC, which may include:\n\
A valid module name (all modules, by default)\n\
- 'syslog', 'console', 'file' (all facilities, by default))\n\
+ 'syslog', 'console', 'file' (all destinations, by default))\n\
'off', 'emer', 'err', 'warn', 'info', or 'dbg' ('dbg', bydefault)\n\
vlog/reopen Make the program reopen its log file\n\
Other options:\n\