aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-12-09 05:54:17 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-20 16:00:59 +0000
commit074478dc619a75dc29c78b9b148d960c4605d99c (patch)
tree020f69e88a09c9ba932acf0b0d7b1498f31bb097
parent901c197881f5e0ab690f959b57abc755ab101e97 (diff)
logging vty: tweak general 'logging' command doc
'logging' is not only for terminals, also for stderr and other log targets. Change-Id: If1ee59c7d1073502259b7d60008206ac3d8e87a3
-rw-r--r--include/osmocom/vty/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/vty/logging.h b/include/osmocom/vty/logging.h
index 9bafb98f..1baa3f83 100644
--- a/include/osmocom/vty/logging.h
+++ b/include/osmocom/vty/logging.h
@@ -2,7 +2,7 @@
#pragma once
-#define LOGGING_STR "Configure log message to this terminal\n"
+#define LOGGING_STR "Configure logging\n"
#define FILTER_STR "Filter log messages\n"
struct log_info;