commit | 96c6a798a56cb2cd96b2c16dfee17330f1744fbb | [log] [tgz] |
---|---|---|
author | Bryce Harrington <bryce@osg.samsung.com> | Fri Aug 26 18:55:22 2016 -0700 |
committer | Quentin Glidic <sardemff7+git@sardemff7.net> | Sat Aug 27 18:14:45 2016 +0200 |
tree | 5c44f2eff2cf9f9cf6f84c9d30ff84cc07747d22 | |
parent | 561201c68952c5e75b35f05e822cd1508dc8d400 [diff] |
config-parser: Drop debug text Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
diff --git a/shared/config-parser.c b/shared/config-parser.c index d773cc9..e2b5fa2 100644 --- a/shared/config-parser.c +++ b/shared/config-parser.c
@@ -237,7 +237,6 @@ *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;