diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-08-26 18:55:22 -0700 |
---|---|---|
committer | Quentin Glidic <sardemff7+git@sardemff7.net> | 2016-08-27 18:14:45 +0200 |
commit | 96c6a798a56cb2cd96b2c16dfee17330f1744fbb (patch) | |
tree | 5c44f2eff2cf9f9cf6f84c9d30ff84cc07747d22 /shared/config-parser.c | |
parent | 561201c68952c5e75b35f05e822cd1508dc8d400 (diff) |
config-parser: Drop debug text
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'shared/config-parser.c')
-rw-r--r-- | shared/config-parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/config-parser.c b/shared/config-parser.c index d773cc97..e2b5fa25 100644 --- a/shared/config-parser.c +++ b/shared/config-parser.c @@ -237,7 +237,6 @@ weston_config_section_get_color(struct weston_config_section *section, *color = 0; return 0; } else if (len != 8 && len != 10) { - fprintf(stderr, "string '%s' is length %d\n", entry->value, len); *color = default_color; errno = EINVAL; return -1; |