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

List:       kde-commits
Subject:    playground/utils/charm
From:       Mirko Boehm <mirko () kde ! org>
Date:       2009-05-07 21:31:10
Message-ID: 1241731870.091125.19228.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 965076 by mirko:

 r56663@cutiepie:  mirko | 2009-05-07 23:25:01 +0200
 - fix command line output text


 _M            . (directory)  
 M  +2 -2      trunk/Tools/TimesheetProcessor/Operations.cpp  


--- trunk/playground/utils/charm/trunk/Tools/TimesheetProcessor/Operations.cpp #965075:965076
@@ -46,8 +46,6 @@
 void addTimesheet(const CommandLine& cmd)
 {
 	using namespace std;
-	cout << "Adding report " << cmd.index() << " for user " << cmd.userid()
-			<< endl;
 
 	// load the time sheet:
 	QFile file(cmd.filename() );
@@ -134,6 +132,8 @@
             }
         }
         Q_ASSERT( index > 0 );
+	cout << "Adding report " << index << " for user " << cmd.userid()
+             << endl;
         // add the events to the database
 	Q_FOREACH( Event e, events )
 	{
[prev in list] [next in list] [prev in thread] [next in thread] 

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