From 952a18ed19f531b82e26108f8c46ef225fddef43 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 29 Mar 2011 17:03:56 +0200 Subject: logging: Add the 'all' category back to the log level command This is required to be able to set a global log level. The all command is emitted by the VTY logging code. --- src/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logging.c b/src/logging.c index 2c24f2fb..77c8a50d 100644 --- a/src/logging.c +++ b/src/logging.c @@ -452,7 +452,7 @@ const char *log_vty_command_string(const struct log_info *info) if (!str) return NULL; - ret = snprintf(str + offset, rem, "logging level ("); + ret = snprintf(str + offset, rem, "logging level (all|"); if (ret < 0) goto err; OSMO_SNPRINTF_RET(ret, rem, offset, len); -- cgit v1.2.3