egl display: do not spam ALL supported formats

This commit is contained in:
Victor Brekenfeld 2021-05-15 20:58:23 +02:00
parent a6e7db1344
commit beeb810edb
1 changed files with 2 additions and 2 deletions

View File

@ -598,8 +598,8 @@ fn get_dmabuf_formats(
}
}
info!(log, "Supported dmabuf import formats: {:?}", texture_formats);
info!(log, "Supported dmabuf render formats: {:?}", render_formats);
trace!(log, "Supported dmabuf import formats: {:?}", texture_formats);
trace!(log, "Supported dmabuf render formats: {:?}", render_formats);
Ok((texture_formats, render_formats))
}