drm: Do not spam ALL supported plane formats

This commit is contained in:
Victor Brekenfeld 2021-05-15 20:59:03 +02:00
parent beeb810edb
commit cedc536033
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ impl<A: AsRawFd + 'static> DrmDevice<A> {
}); });
} }
info!( trace!(
self.logger, self.logger,
"Supported scan-out formats for plane ({:?}): {:?}", plane, formats "Supported scan-out formats for plane ({:?}): {:?}", plane, formats
); );