diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-11 23:58:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-11 23:58:44 +0200 |
commit | 8e5a1b435076c722aa1d956d26422915d66c226d (patch) | |
tree | 06ffacb938554274a35354abbd3f9d262aa96e36 /src/iconmanager.cpp | |
parent | Merge commit 'refs/merge-requests/208' of git://gitorious.org/rekonq/mainline... (diff) | |
download | rekonq-8e5a1b435076c722aa1d956d26422915d66c226d.tar.xz |
Fix green arrow show up
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 80f0d7fb..5086c59d 100644 --- a/src/iconmanager.cpp +++ b/src/iconmanager.cpp @@ -98,7 +98,7 @@ KIcon IconManager::iconForUrl(const KUrl &url) return KIcon(faviconDir + i); } - kDebug() << "Icon NOT Found. returning text-html one"; + kDebug() << "Icon NOT Found for url: " << url; return KIcon("text-html"); } |