From d5460484c3708d048270f8601d64e8f1a573b357 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Tue, 6 Jan 2015 13:05:00 -0800 Subject: 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 Acked-by: Ben Pfaff --- utilities/ovs-appctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utilities/ovs-appctl.c') 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\ -- cgit v1.2.1