[PATCH weston] config-parser: Drop debug text

Quentin Glidic sardemff7+wayland at sardemff7.net
Sat Aug 27 16:16:07 UTC 2016


On 27/08/2016 04:20, Yong Bakos wrote:
> On Aug 26, 2016, at 6:55 PM, Bryce Harrington <bryce at osg.samsung.com> wrote:
>>
>> Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>
>
> Reviewed-by: Yong Bakos <ybakos at humanoriented.com>

Thanks, pushed:
561201c..96c6a79  master -> master

Cheers,

>> ---
>> shared/config-parser.c | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> 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 @@ 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;
>> --
>> 1.9.1
>>
>> _______________________________________________
>> wayland-devel mailing list
>> wayland-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
>


-- 

Quentin “Sardem FF7” Glidic


More information about the wayland-devel mailing list