atomic: avoid too excessive trace logging
This commit is contained in:
parent
b4cbecd369
commit
163533a72a
|
@ -571,7 +571,7 @@ impl<A: AsRawFd + 'static> RawSurface for AtomicDrmSurfaceInternal<A> {
|
|||
None,
|
||||
)?;
|
||||
|
||||
trace!(self.logger, "Queueing page flip: {:#?}", req);
|
||||
trace!(self.logger, "Queueing page flip: {:?}", req);
|
||||
self.atomic_commit(
|
||||
&[AtomicCommitFlags::PageFlipEvent, AtomicCommitFlags::Nonblock],
|
||||
req,
|
||||
|
|
Loading…
Reference in New Issue