Set default logging category to Critical
This commit is contained in:
parent
69832442a1
commit
f78c65033b
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ You should have received a copy of the GNU Lesser General Public
|
|||
License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||
*********************************************************************/
|
||||
#include "logging_p.h"
|
||||
Q_LOGGING_CATEGORY(KWAYLAND_SERVER, "kwayland-server");
|
||||
Q_LOGGING_CATEGORY(KWAYLAND_SERVER, "kwayland-server", QtCriticalMsg);
|
||||
|
|
Loading…
Reference in a new issue