summaryrefslogtreecommitdiffstats
path: root/tdeio/tdeio/tdefileitem.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-24 16:36:54 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-24 16:36:54 +0100
commit491c2e4503b23c701f07792b1ecfc01ab68802d4 (patch)
treedea78430fa79b0a1d37a4ac429e541470cf997f3 /tdeio/tdeio/tdefileitem.cpp
parent04255418ecbedc1a7e712999d481742f4196b0af (diff)
downloadtdelibs-491c2e4503b23c701f07792b1ecfc01ab68802d4.tar.gz
tdelibs-491c2e4503b23c701f07792b1ecfc01ab68802d4.zip
Remove warnings about missing embedded ELF icons
Add file name for which the issue occurs into debug message Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdeio/tdeio/tdefileitem.cpp')
-rw-r--r--tdeio/tdeio/tdefileitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdeio/tdefileitem.cpp b/tdeio/tdeio/tdefileitem.cpp
index 8ef5072ce..b852fa35d 100644
--- a/tdeio/tdeio/tdefileitem.cpp
+++ b/tdeio/tdeio/tdefileitem.cpp
@@ -730,7 +730,7 @@ TQPixmap KFileItem::pixmap( int _size, int _state ) const
if(!get_iconlist(handle, &icons))
{
// Failed to obtain a list of ELF icons
- kdWarning() << "failed to obtain ELF icon: " << libr_errmsg() << endl;
+ kdDebug() << "failed to obtain ELF icon from " << url.path() << ": " << libr_errmsg() << endl;
// See if there is a system icon we can use
TQString sysIconName = elf_get_resource(handle, ".metadata_sysicon");