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

List:       kde-commits
Subject:    [digikam/frameworks] libs: Silence the three noisiest debug messages
From:       Marcel Wiesweg <marcel.wiesweg () gmx ! de>
Date:       2015-09-11 12:55:45
Message-ID: E1ZaNrl-0001D0-Vh () scm ! kde ! org
[Download RAW message or body]

Git commit 5d470395afd655ff6d7f731891f0acf99fbaa65c by Marcel Wiesweg.
Committed on 11/09/2015 at 12:45.
Pushed by mwiesweg into branch 'frameworks'.

Silence the three noisiest debug messages

M  +1    -1    libs/database/dbjobs/dbjob.cpp
M  +1    -1    libs/database/framework/databaseurl.cpp
M  +1    -1    libs/dimg/filters/icc/iccprofile.cpp

http://commits.kde.org/digikam/5d470395afd655ff6d7f731891f0acf99fbaa65c

diff --git a/libs/database/dbjobs/dbjob.cpp b/libs/database/dbjobs/dbjob.cpp
index 0860582..cacdd74 100644
--- a/libs/database/dbjobs/dbjob.cpp
+++ b/libs/database/dbjobs/dbjob.cpp
@@ -178,7 +178,7 @@ void TagsJob::run()
     if (m_jobInfo.isFoldersJob())
     {
         QMap<int, int> tagNumberMap = \
                DatabaseAccess().db()->getNumberOfImagesInTags();
-        qCDebug(DIGIKAM_DBJOB_LOG) << tagNumberMap;
+        //qCDebug(DIGIKAM_DBJOB_LOG) << tagNumberMap;
         emit foldersData(tagNumberMap);
     }
     else if (m_jobInfo.isFaceFoldersJob())
diff --git a/libs/database/framework/databaseurl.cpp \
b/libs/database/framework/databaseurl.cpp index 7d2d3df..84a40a8 100644
--- a/libs/database/framework/databaseurl.cpp
+++ b/libs/database/framework/databaseurl.cpp
@@ -100,7 +100,7 @@ DatabaseUrl DatabaseUrl::fromAlbumAndName(const QString& name,
     url.setQuery(q);
     url.setParameters(parameters);
 
-    qCDebug(DIGIKAM_GENERAL_LOG) << "DatabaseUrl::fromAlbumAndName : " << \
url.toDisplayString(); +    //qCDebug(DIGIKAM_GENERAL_LOG) << \
"DatabaseUrl::fromAlbumAndName : " << url.toDisplayString();  
     return url;
 }
diff --git a/libs/dimg/filters/icc/iccprofile.cpp \
b/libs/dimg/filters/icc/iccprofile.cpp index 1803c77..13d398f 100644
--- a/libs/dimg/filters/icc/iccprofile.cpp
+++ b/libs/dimg/filters/icc/iccprofile.cpp
@@ -153,7 +153,7 @@ IccProfile::IccProfile(const char* const location, const QString& \
relativePath)  
     if (QLatin1String(location) == QLatin1String("data"))
     {
-         qCDebug(LOG_DIMG) << "Searching ICC profile from data directory with \
relative path:" << relativePath; +         //qCDebug(LOG_DIMG) << "Searching ICC \
                profile from data directory with relative path:" << relativePath;
          filePath = QStandardPaths::locate(QStandardPaths::GenericDataLocation, \
relativePath);  }
     else


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

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