debug: move to hyprutils' logger (#12673)
This commit is contained in:
parent
f88deb928a
commit
6175ecd4c4
147 changed files with 1696 additions and 1709 deletions
|
|
@ -71,11 +71,11 @@ class CXCBConnection {
|
|||
|
||||
~CXCBConnection() {
|
||||
if (m_connection) {
|
||||
Debug::log(LOG, "Disconnecting XCB connection {:x}", rc<uintptr_t>(m_connection));
|
||||
Log::logger->log(Log::DEBUG, "Disconnecting XCB connection {:x}", rc<uintptr_t>(m_connection));
|
||||
xcb_disconnect(m_connection);
|
||||
m_connection = nullptr;
|
||||
} else
|
||||
Debug::log(ERR, "Double xcb_disconnect attempt");
|
||||
Log::logger->log(Log::ERR, "Double xcb_disconnect attempt");
|
||||
}
|
||||
|
||||
bool hasError() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue