svn path=/trunk/kdesupport/qca/; revision=654041
This commit is contained in:
Dirk Mueller 2007-04-14 22:11:09 +00:00
parent c434d94e8d
commit 55da2a0754

View File

@ -235,7 +235,7 @@ private slots:
void sock_error(QAbstractSocket::SocketError error)
{
qDebug() << "Socket error: " << error;
qDebug() << "Socket error: " << (unsigned) error;
}
void ssl_handshaken()