Better logging

This commit is contained in:
Blue 2025-02-23 18:35:13 +02:00
parent 46695c8aab
commit ac8db32552
Signed by: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 79 additions and 2 deletions

View file

@ -20,7 +20,7 @@ void Connection::onConnect() {}
void Connection::onDisconnect(gloox::ConnectionError e) {}
bool Connection::onTLSConnect(const gloox::CertInfo&) {
bool Connection::onTLSConnect(const gloox::CertInfo& info) {
return true;
}