diff options
author | Ran Benita <ran234@gmail.com> | 2012-10-12 10:15:43 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2012-10-12 10:17:57 +0200 |
commit | 523e46f41aca7bdb05e07e44e2023c3c4ffce16b (patch) | |
tree | e311eccd0b5ad9436066526d0229d7a4d5b4206e /xkbcommon | |
parent | bde066b9202b7e5f94266b88a7d25493d3f1216e (diff) |
Change log env vars to XKB_LOG_LEVEL/VERBOSITY
A bit more consistent and descriptive.
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'xkbcommon')
-rw-r--r-- | xkbcommon/xkbcommon.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xkbcommon/xkbcommon.h b/xkbcommon/xkbcommon.h index c807c63..2cbf2cc 100644 --- a/xkbcommon/xkbcommon.h +++ b/xkbcommon/xkbcommon.h @@ -399,8 +399,8 @@ enum xkb_log_level { * and below will be logged. * * The default level is XKB_LOG_LEVEL_ERROR. The environment variable - * XKB_LOG, if set in the time the context was created, overrides the default - * value. It may be specified as a level number or name. + * XKB_LOG_LEVEL, if set in the time the context was created, overrides the + * default value. It may be specified as a level number or name. */ void xkb_context_set_log_level(struct xkb_context *context, @@ -420,8 +420,8 @@ xkb_context_get_log_level(struct xkb_context *context); * ordinary users of the library. The verbosity may be increased if more * information is desired (e.g. when developing a new keymap). * - * The default verbosity is 0. The environment variable XKB_VERBOSITY, if - * set in the time the context was created, overrdies the default value. + * The default verbosity is 0. The environment variable XKB_LOG_VERBOSITY, + * if set in the time the context was created, overrides the default value. * * @param context The context in which to use the set verbosity. * @param verbosity The verbosity to use. Currently used values are |