mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Don't spam the log if the constellation can't be reached from the canvas thread.
This commit is contained in:
parent
4a6198082c
commit
bc946edc66
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ impl<'a> CanvasPaintThread<'a> {
|
|||
Ok(ConstellationCanvasMsg::Exit) => break,
|
||||
Err(e) => {
|
||||
warn!("Error on CanvasPaintThread receive ({})", e);
|
||||
break;
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue