Improve min, max nonsense log message

This commit is contained in:
Jan Trefil 2023-12-02 14:29:57 +01:00
parent 607e1fb14c
commit 5352e715b6

View file

@ -213,10 +213,10 @@ impl Interceptor {
if (min != 0 || max != 0) && max < min {
tracing::warn!(
"Detected nonsense min ({}) and max ({}) values for absolute axis {}, disabling it",
min,
max,
i
min = %min,
max = max,
axis = i,
"Detected nonsense min and max values for absolute axis, disabling it",
);
let ret =