Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
f78c6503
Commit
f78c6503
authored
Jul 31, 2015
by
Martin Flöser
Browse files
Set default logging category to Critical
parent
69832442
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/server/logging.cpp
View file @
f78c6503
...
...
@@ -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
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment