diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-10-11 12:31:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-10-11 12:31:45 +0200 |
commit | 01b66ef0da58dd9b26834be99ef8d5efac4aa26a (patch) | |
tree | 0ab10ddb33b4c268e2fd2faac6f85da127efcd06 /src/iconmanager.cpp | |
parent | inlined "abused" function and removed 2 unuseful calls to updateTabBar (diff) | |
download | rekonq-01b66ef0da58dd9b26834be99ef8d5efac4aa26a.tar.xz |
Calm down kDebug messages
Diffstat (limited to 'src/iconmanager.cpp')
-rw-r--r-- | src/iconmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iconmanager.cpp b/src/iconmanager.cpp index 3ca74b2c..9ee024e2 100644 --- a/src/iconmanager.cpp +++ b/src/iconmanager.cpp @@ -89,7 +89,7 @@ KIcon IconManager::iconForUrl(const KUrl &url) return KIcon(faviconDir + i); } - kDebug() << "Icon NOT Found for url: " << url; + // Not found icon. Return default one. return KIcon("text-html"); } |