https://bugs.kde.org/show_bug.cgi?id=368877

Harald Sitter <sit...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |18.12.0
                 CC|                            |sit...@kde.org
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://commits.kde.org/kio
                   |                            |-extras/44e800dc1c15a374168
                   |                            |b262a87ff4da3a57d1772
         Resolution|---                         |FIXED

--- Comment #11 from Harald Sitter <sit...@kde.org> ---
I am almost entirely certain that this was fixed by
https://commits.kde.org/kio-extras/44e800dc1c15a374168b262a87ff4da3a57d1772
(targeting 18.12) which changed the default logging level from debug to info.
The original debug header set no category which uses the default of
everything-enabled. The new auto generated header explicitly sets the default
category to info. This means all debug calls are no-op now; that includes the
enqueueChunks messages.

http://doc.qt.io/qt-5/qloggingcategory.html#Q_LOGGING_CATEGORY
http://doc.qt.io/qt-5/qloggingcategory.html#Q_LOGGING_CATEGORY-1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to