eis: Change default logging category to warning
This makes it consistent with other debug categories BUG: 489957
This commit is contained in:
parent
7891ee6c41
commit
5b17454aa5
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@ ecm_qt_declare_logging_category(eis
|
|||
HEADER libeis_logging.h
|
||||
IDENTIFIER KWIN_EIS
|
||||
CATEGORY_NAME kwin_libeis
|
||||
DEFAULT_SEVERITY Debug
|
||||
DEFAULT_SEVERITY Warning
|
||||
)
|
||||
|
||||
ecm_qt_declare_logging_category(eis
|
||||
HEADER inputcapture_logging.h
|
||||
IDENTIFIER KWIN_INPUTCAPTURE
|
||||
CATEGORY_NAME kwin_inputcapture
|
||||
DEFAULT_SEVERITY Debug
|
||||
DEFAULT_SEVERITY Warning
|
||||
)
|
||||
|
||||
target_sources(eis PRIVATE
|
||||
|
|
Loading…
Reference in a new issue