fix for debug output

This commit is contained in:
Volker Fischer 2008-02-24 17:13:59 +00:00
parent 2b47659346
commit 7cd1c095f9

View file

@ -685,8 +685,7 @@ for ( int i = 0; i < iCurNetwInBlSiFact * MIN_BLOCK_SIZE_SAMPLES; i++ ) {
{ {
// log new connection // log new connection
CHostAddress address ( GetAddress() ); CHostAddress address ( GetAddress() );
qDebug() << CLogTimeDate::toString() << "Connected with IP " << qDebug() << CLogTimeDate::toString() + "Connected with IP " + address.InetAddr.toString();
address.InetAddr.toString();
emit NewConnection(); emit NewConnection();
} }