Auto merge of #25665 - servo:jdm-patch-35, r=jdm

Reduce log spam in some cases
This commit is contained in:
bors-servo 2020-01-31 20:26:15 -05:00 committed by GitHub
commit 679312d37d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,7 @@ impl<'a> CanvasPaintThread<'a> {
Ok(ConstellationCanvasMsg::Exit) => break,
Err(e) => {
warn!("Error on CanvasPaintThread receive ({})", e);
break;
},
}
}