mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01: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,
|
Ok(ConstellationCanvasMsg::Exit) => break,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
warn!("Error on CanvasPaintThread receive ({})", e);
|
warn!("Error on CanvasPaintThread receive ({})", e);
|
||||||
|
break;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue