atomic: avoid too excessive trace logging

This commit is contained in:
Victor Brekenfeld 2020-05-03 17:55:39 +02:00
parent b4cbecd369
commit 163533a72a
1 changed files with 1 additions and 1 deletions

View File

@ -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,