summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/OTPeer.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/opietooth2/OTPeer.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/opietooth2/OTPeer.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/noncore/settings/networksettings2/opietooth2/OTPeer.cpp b/noncore/settings/networksettings2/opietooth2/OTPeer.cpp
index 0d7e943..2272f04 100644
--- a/noncore/settings/networksettings2/opietooth2/OTPeer.cpp
+++ b/noncore/settings/networksettings2/opietooth2/OTPeer.cpp
@@ -53,3 +53,3 @@ void OTPeer::updateServices( void ) {
- owarn << "Get services from " << Addr.toString() << oendl;
+ odebug << "Get services from " << Addr.toString() << oendl;
@@ -60,3 +60,3 @@ void OTPeer::updateServices( void ) {
if (!session) {
- owarn << "sdp_connect("
+ odebug << "sdp_connect("
<< Addr.toString()
@@ -82,3 +82,3 @@ void OTPeer::updateServices( void ) {
&seq ) ) {
- owarn << "Service Search failed" << oendl;
+ odebug << "Service Search failed" << oendl;
sdp_close(session);
@@ -179,3 +179,3 @@ void OTPeer::findOutState( int timeoutInSec, bool Force ) {
ProbeTimeout = timeoutInSec*1000;
- owarn << "Ping " << address().toString() << oendl;
+ odebug << "Ping " << address().toString() << oendl;
startTimer( POLLDELAY );
@@ -237,3 +237,3 @@ void OTPeer::timerEvent( QTimerEvent * ev ) {
if( (n = ::poll(pf, 1, 0)) < 0 ) {
- owarn << address().toString()
+ odebug << address().toString()
<< " : errno "
@@ -268,3 +268,3 @@ void OTPeer::timerEvent( QTimerEvent * ev ) {
// but it is UP
- owarn << address().toString()
+ odebug << address().toString()
<< " good send error "
@@ -278,3 +278,3 @@ void OTPeer::timerEvent( QTimerEvent * ev ) {
} else if( errno != EBUSY ) {
- owarn << address().toString()
+ odebug << address().toString()
<< " : errno "
@@ -301,3 +301,3 @@ void OTPeer::timerEvent( QTimerEvent * ev ) {
if( (n = ::poll(pf, 1, 0)) < 0 ) {
- owarn << address().toString()
+ odebug << address().toString()
<< " : errno "
@@ -317,3 +317,3 @@ void OTPeer::timerEvent( QTimerEvent * ev ) {
if( (n = ::recv( ProbeFD, buf, sizeof(buf), 0)) < 0) {
- owarn << address().toString()
+ odebug << address().toString()
<< "errno "
@@ -332,3 +332,3 @@ void OTPeer::timerEvent( QTimerEvent * ev ) {
- owarn << "reply from "
+ odebug << "reply from "
<< address().toString()