File 0001-verbose.patch of Package kdelibs4.4442
From 951be54a387a23175ba2d3d03c7a956c880eccc4 Mon Sep 17 00:00:00 2001
From: Aleix Pol <aleixpol@kde.org>
Date: Mon, 2 Sep 2013 15:29:46 +0200
Subject: [PATCH 2/3] --verbose
Comment qDebug call, that we cannot disable. It's helpful when
testing/debugging to keep the output to what we are expecting.
Reviewed by Lukas Tinkl
---
solid/solid/backends/udisks2/udisksdevicebackend.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solid/solid/backends/udisks2/udisksdevicebackend.cpp b/solid/solid/backends/udisks2/udisksdevicebackend.cpp
index 31ccbcf..d26363c 100644
--- a/solid/solid/backends/udisks2/udisksdevicebackend.cpp
+++ b/solid/solid/backends/udisks2/udisksdevicebackend.cpp
@@ -189,7 +189,7 @@ void DeviceBackend::checkCache(const QString& key) const
/* Store the item in the cache anyway so next time we don't have to
* do the DBus call to find out it does not exist but just check whether
* prop(key).isValid() */
- qDebug() << m_udi << ": property" << key << "does not exist";
+// qDebug() << m_udi << ": property" << key << "does not exist";
}
}
--
1.8.4