Skip to content

Commit 64eb096

Browse files
nephrosnephros
authored andcommitted
Promote stat output to info level
1 parent 18a3c44 commit 64eb096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/patchmanager-daemon/patchmanagerobject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ PatchManagerObject::~PatchManagerObject()
523523
connection.unregisterObject(DBUS_PATH_NAME);
524524
}
525525
if (m_filter.active()) {
526-
qDebug() << m_filter.stats();
526+
qInfo() << m_filter.stats();
527527
}
528528
}
529529

0 commit comments

Comments
 (0)