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

List:       kde-commits
Subject:    icecream/daemon
From:       Stephan Kulow <coolo () kde ! org>
Date:       2006-09-21 7:49:32
Message-ID: 1158824972.479005.2182.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 586977 by coolo:

consistent output


 M  +2 -2      main.cpp  


--- trunk/icecream/daemon/main.cpp #586976:586977
@@ -183,9 +183,9 @@
         string ret = status_str( status ) + " " + channel->dump();
         switch ( status ) {
         case LINKJOB:
-            return ret + " " + toString( client_id ) + " " + outfile;
+            return ret + " CID: " + toString( client_id ) + " " + outfile;
         case WAITFORCHILD:
-            return ret + " " + toString( client_id ) + " PID: " + toString( \
child_pid ) + " PFD: " + toString( pipe_to_child ); +            return ret + " CID: \
" + toString( client_id ) + " PID: " + toString( child_pid ) + " PFD: " + toString( \
pipe_to_child );  default:
             if ( job_id ) {
                 string jobs;


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

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