Skip to content

Commit b5490bd

Browse files
committed
clean up error message
1 parent ee27e7f commit b5490bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/render/initialize_backend.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ void initializeRenderEngine(std::string backend) {
7878
}
7979
if (initSucces) {
8080
if (options::verbosity > 0) {
81-
info("Automatic initialization could not create an interactive backend, and created a headless backend "
82-
"instead. This likely means no displays are available. With the headless backend, you can still run "
83-
"Polyscope and even render, for instance to save images of visualizations. However no interactive "
84-
"windows can be created.");
81+
info("Automatic initialization yielded a headless backend, likely because no display was found. Rendering is "
82+
"supported, but no interactive windows can be "
83+
"created. See polyscope.run/features/headless_rendering/");
8584
}
8685
return;
8786
}

0 commit comments

Comments
 (0)