Skip to content

Commit 8a3787d

Browse files
nephrosnephros
authored andcommitted
Hotcache: Add some debug prints
1 parent b65f653 commit 8a3787d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/patchmanager-daemon/patchmanagerobject.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,6 +3055,7 @@ const QStringList PatchManagerFilter::etcList = QStringList({
30553055

30563056
void PatchManagerFilter::setup()
30573057
{
3058+
qDebug() << Q_FUNC_INFO;
30583059
// set up cache
30593060
setMaxCost(HOTCACHE_COST_MAX);
30603061

@@ -3079,6 +3080,7 @@ void PatchManagerFilter::setup()
30793080
//QList<QPair<QString, QVariant>> PatchManagerFilter::stats() const
30803081
QString PatchManagerFilter::stats() const
30813082
{
3083+
qDebug() << Q_FUNC_INFO;
30823084
QStringList topTen;
30833085
const int ttmax = qEnvironmentVariableIsSet("PM_DEBUG_HOTCACHE") ? size() : 10;
30843086
foreach(const QString &key, keys() ) {

0 commit comments

Comments
 (0)