Don't spam the log if the constellation can't be reached from the canvas thread.

This commit is contained in:
Josh Matthews 2020-01-31 14:39:44 +01:00 committed by GitHub
parent 4a6198082c
commit bc946edc66
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;
},
}
}