diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2018-09-11 23:49:13 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2018-09-13 15:46:55 +0000 |
commit | 098038ab181a24d6050413a409b1bcb327d21ea6 (patch) | |
tree | bdf19b32bf965f76146a0bddfcf5613a9f8a94f4 /include/osmocom/core | |
parent | 7e0686c6b4b456ec4e6e15689694b1bcf96c301f (diff) |
logging vty: write: check logging levels validity
Change-Id: If683b1272ad2d5b402b91c52c496aa7975bc6315
Diffstat (limited to 'include/osmocom/core')
-rw-r--r-- | include/osmocom/core/logging_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/logging_internal.h b/include/osmocom/core/logging_internal.h index 55b1bbd8..a510f83e 100644 --- a/include/osmocom/core/logging_internal.h +++ b/include/osmocom/core/logging_internal.h @@ -8,6 +8,7 @@ extern void *tall_log_ctx; extern const struct log_info *osmo_log_info; +extern const struct value_string loglevel_strs[]; void assert_loginfo(const char *src); |