[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/icecream/icecream/services
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-08-29 20:25:11
Message-ID: 20040829202511.BF9511EFF () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

removing debug output as I verified the 10s timeout works


  M +3 -3      scheduler.cpp   1.164


--- kdenonbeta/icecream/icecream/services/scheduler.cpp  #1.163:1.164
@@ -892,4 +892,6 @@ handle_login (MsgChannel *c, Msg *_m)
     return false;
 
+  trace() << "login " << m->nodename << " protocol version: " << c->protocol << endl;
+
   CS *cs = static_cast<CS *>(c->other_end);
   cs->remote_port = m->port;
@@ -906,6 +908,4 @@ handle_login (MsgChannel *c, Msg *_m)
   css.push_back (cs);
 
-  trace() << "login " << cs->nodename << " protocol version: " << c->protocol << endl;
-
 #if 0
   trace() << cs->nodename << ": [";
@@ -1686,5 +1686,5 @@ main (int argc, char * argv[])
               CS *cs = new CS ((struct sockaddr*) &remote_addr, remote_len);
               cs->last_talk = time( 0 );
-              trace() << "accepting from " << cs->name << ":" << cs->port << "\n";
+              //trace() << "accepting from " << cs->name << ":" << cs->port << "\n";
               MsgChannel *c = cs->createChannel (remote_fd);
               if ( !c->protocol ) // protocol mismatch


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic