mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #25665 - servo:jdm-patch-35, r=jdm
Reduce log spam in some cases
This commit is contained in:
commit
679312d37d
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