mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 05:36:22 +08:00
Changed log level of two messages. Now won't spew about reading
window properties and will report connection failure at DEBUG instead of DEBUG1.
This commit is contained in:
@@ -99,7 +99,7 @@ CXWindowsUtil::getWindowProperty(Display* display, Window window,
|
||||
}
|
||||
|
||||
if (result == Success) {
|
||||
LOG((CLOG_DEBUG1 "read property %d on window 0x%08x: bytes=%d", property, window, (data == NULL) ? 0 : data->size()));
|
||||
LOG((CLOG_DEBUG2 "read property %d on window 0x%08x: bytes=%d", property, window, (data == NULL) ? 0 : data->size()));
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user