Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce log spam in some cases #25665

Merged
merged 1 commit into from Feb 1, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Don't spam the log if the constellation can't be reached from the can…

…vas thread.
  • Loading branch information
jdm committed Jan 31, 2020
commit bc946edc666fbb0a5209905ee085fcd7caed35ab
@@ -87,6 +87,7 @@ impl<'a> CanvasPaintThread<'a> {
Ok(ConstellationCanvasMsg::Exit) => break,
Err(e) => {
warn!("Error on CanvasPaintThread receive ({})", e);
break;
},
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.