iris: Add missing newline to debug log message
Without this newline, log messages get lumped together on a single line, making the debug log difficult to read. Reviewed-by: Mark Janes <mark.a.janes@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6413>
This commit is contained in:
@@ -44,7 +44,7 @@ iris_is_color_fast_clear_compatible(struct iris_context *ice,
|
||||
const struct gen_device_info *devinfo = &batch->screen->devinfo;
|
||||
|
||||
if (isl_format_has_int_channel(format)) {
|
||||
perf_debug(&ice->dbg, "Integer fast clear not enabled for %s",
|
||||
perf_debug(&ice->dbg, "Integer fast clear not enabled for %s\n",
|
||||
isl_format_get_name(format));
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user