From 2a415f233fac3fb5801a544e670f1ec12429aa2a 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 --- tdeio/tdeio/kfilterdev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdeio/tdeio/kfilterdev.cpp b/tdeio/tdeio/kfilterdev.cpp index 87d54f5e3..b4e024031 100644 --- a/tdeio/tdeio/kfilterdev.cpp +++ b/tdeio/tdeio/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; }