fix for debug output
This commit is contained in:
parent
2b47659346
commit
7cd1c095f9
1 changed files with 1 additions and 2 deletions
|
@ -685,8 +685,7 @@ for ( int i = 0; i < iCurNetwInBlSiFact * MIN_BLOCK_SIZE_SAMPLES; i++ ) {
|
|||
{
|
||||
// log new connection
|
||||
CHostAddress address ( GetAddress() );
|
||||
qDebug() << CLogTimeDate::toString() << "Connected with IP " <<
|
||||
address.InetAddr.toString();
|
||||
qDebug() << CLogTimeDate::toString() + "Connected with IP " + address.InetAddr.toString();
|
||||
|
||||
emit NewConnection();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue