Skip to content

Commit

Permalink
Remove unused format specifier
Browse files Browse the repository at this point in the history
Guess it got left over from refactoring.
  • Loading branch information
YaLTeR authored and Drakulix committed Nov 21, 2024
1 parent 11ebf9d commit de992c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/drm/device/atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ where
})
.map_err(|source| {
Error::Access(AccessError {
errmsg: "Error reading properties on {:?}",
errmsg: "Error reading properties",
dev: fd.dev_path(),
source,
})
Expand Down

0 comments on commit de992c0

Please sign in to comment.