You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kf5-kiconthemes/kiconthemes-5.60.0-context_...

13 lines
728 B

diff -up kiconthemes-5.60.0/src/kicontheme.cpp.logspam kiconthemes-5.60.0/src/kicontheme.cpp
--- kiconthemes-5.60.0/src/kicontheme.cpp.logspam 2019-07-07 13:34:23.000000000 -0500
+++ kiconthemes-5.60.0/src/kicontheme.cpp 2019-07-18 08:25:14.857727321 -0500
@@ -764,7 +764,7 @@ KIconThemeDir::KIconThemeDir(const QStri
} else if (tmp.isEmpty()) {
// do nothing. key not required
} else {
- qWarning() << "Invalid Context=" << tmp << "line for icon theme: " << constructFileName(QString());
+ qDebug() << "Invalid Context=" << tmp << "line for icon theme: " << constructFileName(QString());
return;
}
tmp = config.readEntry(QStringLiteral("Type"), QStringLiteral("Threshold"));