warn instead of ignoring error
This commit is contained in:
@@ -340,7 +340,7 @@ pub fn end_frame(
|
|||||||
);
|
);
|
||||||
match result {
|
match result {
|
||||||
Ok(_) => {},
|
Ok(_) => {},
|
||||||
Err(_) => {},
|
Err(e) => warn!("error: {}", e),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user