fix indents, change crit log to info

This commit is contained in:
Alec LeFors
2022-08-27 17:24:36 -04:00
parent 59d7cfcd02
commit 1d43bb70d4
2 changed files with 7 additions and 7 deletions

View File

@@ -147,10 +147,10 @@ CCompositor::CCompositor() {
m_sWLRToplevelMgr = wlr_foreign_toplevel_manager_v1_create(m_sWLDisplay);
m_sWRLDRMLeaseMgr = wlr_drm_lease_v1_manager_create(m_sWLDisplay, m_sWLRBackend);
if (!m_sWRLDRMLeaseMgr) {
Debug::log(CRIT, "Failed to create wlr_drm_lease_v1_manager");
if (!m_sWRLDRMLeaseMgr) {
Debug::log(INFO, "Failed to create wlr_drm_lease_v1_manager");
Debug::log(INFO, "VR will not be available");
}
}
m_sWLRTabletManager = wlr_tablet_v2_create(m_sWLDisplay);