color-lcms: clarify ICC-to-ICC pipeline prints

In the future parametric<->ICC color transformations will be a thing.
Clarify that the printed pipeline is just the ICC-to-ICC part of it.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2025-06-16 12:03:10 +03:00
parent ddd03a3606
commit 16e958607a

View file

@ -1214,7 +1214,7 @@ transform_factory(_cmsTransform2Fn *xform_fn,
/* Print pipeline before optimization */
weston_log_scope_printf(cm->optimizer_scope,
" transform pipeline before optimization:\n");
" ICC-to-ICC transform pipeline before optimization:\n");
pipeline_print(lut, context_id, cm->optimizer_scope);
/* Optimize pipeline */
@ -1222,7 +1222,7 @@ transform_factory(_cmsTransform2Fn *xform_fn,
/* Print pipeline after optimization */
weston_log_scope_printf(cm->optimizer_scope,
" transform pipeline after optimization:\n");
" ICC-to-ICC transform pipeline after optimization:\n");
pipeline_print(lut, context_id, cm->optimizer_scope);
return FALSE;