summaryrefslogtreecommitdiff
path: root/src/context.c
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-08-30 13:49:23 +0300
committerRan Benita <ran234@gmail.com>2012-09-02 19:17:09 +0300
commit3d305bd0cb6bc9f8959e41c161446ab3b691368a (patch)
tree9db4eac2be9a51fdcc2bdde222eb88c48598a503 /src/context.c
parentb3aced7e22f8d7e8f7f2b419a93f5f2d631bca1c (diff)
downloadxorg-lib-libxkbcommon-3d305bd0cb6bc9f8959e41c161446ab3b691368a.tar.gz
vmod: remove outdated comments
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'src/context.c')
-rw-r--r--src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.c b/src/context.c
index 942fcc2..6c52d37 100644
--- a/src/context.c
+++ b/src/context.c
@@ -201,7 +201,7 @@ default_log_fn(struct xkb_context *ctx, int priority,
const char *prefix = priority_to_prefix(priority);
if (prefix)
- fprintf(stderr, "%-15s", prefix);
+ fprintf(stderr, "%-10s", prefix);
vfprintf(stderr, fmt, args);
}