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

List:       kde-commits
Subject:    kdenonbeta/icecream/icecream
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-08-29 16:10:33
Message-ID: 20040829161033.7F2AC90E7 () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

improving debug output


  M +0 -1      client/main.cpp   1.38
  M +2 -1      services/scheduler.cpp   1.163


--- kdenonbeta/icecream/icecream/client/main.cpp  #1.37:1.38
@@ -173,5 +173,4 @@ int main(int argc, char **argv)
     Msg *umsg = local_daemon->get_msg(4 * 60);
     if ( !umsg || umsg->type != M_USE_SCHEDULER ) {
-        log_error() << "umsg != scheduler\n";
         delete serv;
         return build_local( job, 0 );

--- kdenonbeta/icecream/icecream/services/scheduler.cpp  #1.162:1.163
@@ -906,4 +906,6 @@ handle_login (MsgChannel *c, Msg *_m)
   css.push_back (cs);
 
+  trace() << "login " << cs->nodename << " protocol version: " << c->protocol << endl;
+
 #if 0
   trace() << cs->nodename << ": [";
@@ -1213,5 +1215,4 @@ try_login (MsgChannel *c, Msg *m)
   bool ret = true;
   CS *cs = static_cast<CS *>(c->other_end);
-  trace() << "login " << cs->name << " protocol version: " << c->protocol << endl;
   switch (m->type)
     {


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

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