From 7cd1c095f937ab991f12cd4fa98557f4351b234c Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sun, 24 Feb 2008 17:13:59 +0000 Subject: [PATCH] fix for debug output --- src/channel.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/channel.cpp b/src/channel.cpp index 9ca4776e..5bbc2858 100755 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -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(); }