summaryrefslogtreecommitdiffstats
path: root/src/logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/logging.c')
-rw-r--r--src/logging.c2
1 files changed, 1 insertions, 1 deletions
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);