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

List:       kde-commits
Subject:    [kdevplatform] util/duchainify: Merge branch '1.7'
From:       Aleix Pol <aleixpol () kde ! org>
Date:       2014-08-01 0:18:45
Message-ID: E1XD0YX-0003Ge-Rw () scm ! kde ! org
[Download RAW message or body]

Git commit 7dc60bf955367f981d41e13a58a70550ff1fac43 by Aleix Pol.
Committed on 01/08/2014 at 00:17.
Pushed by apol into branch 'master'.

Merge branch '1.7'

M  +3    -0    util/duchainify/main.cpp

http://commits.kde.org/kdevplatform/7dc60bf955367f981d41e13a58a70550ff1fac43

diff --cc util/duchainify/main.cpp
index 21adf1a,757ac73..2049724
--- a/util/duchainify/main.cpp
+++ b/util/duchainify/main.cpp
@@@ -152,13 -151,14 +154,14 @@@ void Manager::init(
      m_allFilesAdded = 1;
  
      if ( m_total ) {
 -        std::cout << "Added " << m_total << " files to the background parser" << std::endl;
 +        std::cerr << "Added " << m_total << " files to the background parser" << std::endl;
          const int threads = ICore::self()->languageController()->backgroundParser()->threadCount();
 -        std::cout << "parsing with " << threads << " threads" << std::endl;
 +        std::cerr << "parsing with " << threads << " threads" << std::endl;
          ICore::self()->languageController()->backgroundParser()->parseDocuments();
      } else {
 -        std::cout << "no files added to the background parser" << std::endl;
 +        std::cerr << "no files added to the background parser" << std::endl;
          QCoreApplication::exit(0);
+         return;
      }
  }
  
[prev in list] [next in list] [prev in thread] [next in thread] 

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