Use tracing-subscriber for logging (#175)

This commit is contained in:
Aleksander
2025-03-09 18:05:18 +01:00
committed by GitHub
parent fa3af63e89
commit 36074307b7
4 changed files with 141 additions and 63 deletions

View File

@@ -200,7 +200,9 @@ impl WayVRConfig {
if primary_count > 1 {
anyhow::bail!("Number of primary displays is more than 1")
} else if primary_count == 0 {
log::warn!("No primary display specified");
log::warn!(
"No primary display specified. External Wayland applications will not be attached."
);
}
for (catalog_name, catalog) in &self.catalogs {