mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +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:
@@ -546,7 +546,7 @@ CClient::runServer()
|
||||
break;
|
||||
}
|
||||
catch (XSocketConnect& e) {
|
||||
LOG((CLOG_DEBUG1 "failed to connect to server: %s", e.what()));
|
||||
LOG((CLOG_DEBUG "failed to connect to server: %s", e.what()));
|
||||
|
||||
// failed to connect. if not camping then rethrow.
|
||||
if (!m_camp) {
|
||||
|
||||
Reference in New Issue
Block a user