From c924810e48794ce7101d85d5e6426f7d32c6b6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 19 Oct 2013 16:54:42 +0200 Subject: [PATCH] Cleanup KFilterDev::size warning (cherry picked from commit 2a415f233fac3fb5801a544e670f1ec12429aa2a) --- kio/kio/kfilterdev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kio/kio/kfilterdev.cpp b/kio/kio/kfilterdev.cpp index 87d54f5e3..b4e024031 100644 --- a/kio/kio/kfilterdev.cpp +++ b/kio/kio/kfilterdev.cpp @@ -181,7 +181,7 @@ TQIODevice::Offset KFilterDev::size() const // But readAll, which is not virtual, needs the size......... - kdWarning(7005) << "KFilterDev::size - can't be implemented !!!!!!!! Returning -1 " << endl; + kdDebug(7005) << "KFilterDev::size - can't be implemented, returning -1" << endl; //abort(); return (uint)-1; }